fixed
This commit is contained in:
@@ -70,7 +70,7 @@ class Reportty
|
|||||||
$his_record = Db::table('fa_ty_chathistory')->where('username',$user['username'])->order('id asc')->select();
|
$his_record = Db::table('fa_ty_chathistory')->where('username',$user['username'])->order('id asc')->select();
|
||||||
|
|
||||||
$config = [
|
$config = [
|
||||||
'stream'=>true,
|
'stream'=>false,
|
||||||
];
|
];
|
||||||
$content = [
|
$content = [
|
||||||
//["role" => "user", "content" => '']
|
//["role" => "user", "content" => '']
|
||||||
|
|||||||
Reference in New Issue
Block a user