|
...
|
...
|
@@ -289,7 +289,7 @@ class InquiryForwardLogic extends BaseLogic |
|
|
|
$this->fail('AI重写指令未配置');
|
|
|
|
}
|
|
|
|
|
|
|
|
$ai_command = $ai_info['inquiry_text_rewrite'];
|
|
|
|
$ai_command = $ai_info['ai'];
|
|
|
|
$not_use_probability = $ai_info['not_use_probability'];
|
|
|
|
$in_content = $this->param['message'];
|
|
|
|
|
...
|
...
|
|