作者 lyh

gx生成评论

@@ -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']);