|
...
|
...
|
@@ -414,8 +414,8 @@ class UpdateSeoTdk extends Command |
|
|
|
'keywords'=>$keywords,
|
|
|
|
];
|
|
|
|
$data = Common::send_openai_msg($chat_url,$param,$name);
|
|
|
|
// $data['text'] = Common::deal_keywords($data['text']);
|
|
|
|
// $data['text'] = Common::deal_str($data['text']);
|
|
|
|
$data['text'] = Common::deal_keywords($data['text']);
|
|
|
|
$data['text'] = Common::deal_str($data['text']);
|
|
|
|
return $data['text'];
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|