|
@@ -23,6 +23,9 @@ storage:
|
|
|
staff:
|
|
|
database: ai_agent
|
|
|
table: qywx_employee
|
|
|
+ agent_user_relation:
|
|
|
+ database: ai_agent
|
|
|
+ table: qywx_employee_customer
|
|
|
user_relation:
|
|
|
database: growth
|
|
|
table:
|
|
@@ -51,8 +54,8 @@ chat_api:
|
|
|
private_key_path: oauth/coze_privkey.pem
|
|
|
account_id: 649175100044793
|
|
|
openai_compatible:
|
|
|
- text_model: ep-20250414202859-6nkz5
|
|
|
- multimodal_model: ep-20250421193334-nz5wd
|
|
|
+ text_model: doubao-pro-32k-241215
|
|
|
+ multimodal_model: doubao-1-5-vision-pro-32k-250115
|
|
|
|
|
|
system:
|
|
|
outside_proxy:
|
|
@@ -64,6 +67,7 @@ system:
|
|
|
max_reply_workers: 2
|
|
|
push_task_workers: 1
|
|
|
chat_agent_version: 2
|
|
|
+ log_dir: .
|
|
|
|
|
|
debug_flags:
|
|
|
disable_llm_api_call: False
|