正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -289,7 +289,7 @@ class InquiryForwardLogic extends BaseLogic | @@ -289,7 +289,7 @@ class InquiryForwardLogic extends BaseLogic | ||
| 289 | $this->fail('AI重写指令未配置'); | 289 | $this->fail('AI重写指令未配置'); |
| 290 | } | 290 | } |
| 291 | 291 | ||
| 292 | - $ai_command = $ai_info['inquiry_text_rewrite']; | 292 | + $ai_command = $ai_info['ai']; |
| 293 | $not_use_probability = $ai_info['not_use_probability']; | 293 | $not_use_probability = $ai_info['not_use_probability']; |
| 294 | $in_content = $this->param['message']; | 294 | $in_content = $this->param['message']; |
| 295 | 295 |
-
请 注册 或 登录 后发表评论