This commit is contained in:
2025-03-24 15:33:37 +08:00
parent 51ae66b0ed
commit 4632eb8d0b
18 changed files with 495 additions and 109 deletions

View File

@@ -339,5 +339,17 @@ return [
],
'gewechat'=>[
'base_url'=>'https://wechat-api-test.excn.vip/v2/api'
],
'ai_config'=>[
//AI话术/话术示例
'talk_skill'=>[
'base_url'=> 'https://uegpt-newest.excn.vip/api/v1/chat/completions',
'api_key'=> 'fastgpt-uymTwSwQiSc9BcwtgsfJ7QWG0AQRYxVnTPrZuuqRdU6mMQ4pp7jZHhfKkGAhGc',
],
//回访结果/反馈总结
'follow_result'=>[
'base_url'=> 'https://uegpt-newest.excn.vip/api/v1/chat/completions',
'api_key'=> 'fastgpt-tQ3TLwgcUfZO6RsgsL1nobdNhCpd31NrsZvYfGUyhQzc7JuPMbKPCQQpU4h',
],
]
];