正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -49,6 +49,7 @@ class InitKeywordCommon extends Command | @@ -49,6 +49,7 @@ class InitKeywordCommon extends Command | ||
| 49 | * @time :2025/6/3 15:42 | 49 | * @time :2025/6/3 15:42 |
| 50 | */ | 50 | */ |
| 51 | public function _action(){ | 51 | public function _action(){ |
| 52 | + dd(1111111111); | ||
| 52 | $aiCommonModel = new AiCommand(); | 53 | $aiCommonModel = new AiCommand(); |
| 53 | $info = $aiCommonModel->read(['key'=>'tag_comment']); | 54 | $info = $aiCommonModel->read(['key'=>'tag_comment']); |
| 54 | $text = Gpt::instance()->openai_chat_qqs($info['ai']); | 55 | $text = Gpt::instance()->openai_chat_qqs($info['ai']); |
-
请 注册 或 登录 后发表评论