|
...
|
...
|
@@ -49,6 +49,7 @@ class InitKeywordCommon extends Command |
|
|
|
* @time :2025/6/3 15:42
|
|
|
|
*/
|
|
|
|
public function _action(){
|
|
|
|
dd(1111111111);
|
|
|
|
$aiCommonModel = new AiCommand();
|
|
|
|
$info = $aiCommonModel->read(['key'=>'tag_comment']);
|
|
|
|
$text = Gpt::instance()->openai_chat_qqs($info['ai']);
|
...
|
...
|
|