|
...
|
...
|
@@ -82,7 +82,7 @@ class Common |
|
|
|
$content = str_replace('$keyword$', $param['keywords'], $info['ai']);
|
|
|
|
$data = [
|
|
|
|
'messages'=>[
|
|
|
|
['role'=>'system','content'=>$info['scene']],
|
|
|
|
// ['role'=>'system','content'=>$info['scene']],
|
|
|
|
['role'=>'user','content'=>$content.$str],
|
|
|
|
]
|
|
|
|
];
|
...
|
...
|
|