瀏覽代碼

Update configs

StrayWarrior 2 周之前
父節點
當前提交
9a0e60c442
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 3 2
      configs/dev.yaml
  2. 1 0
      configs/prod.yaml

+ 3 - 2
configs/dev.yaml

@@ -39,13 +39,14 @@ chat_api:
     oauth_client_id: 1194838245616
     oauth_client_id: 1194838245616
     public_key_id: xafitzyxY0OBCFJFzmhBxauo8LKe2pe2YjlTNYfEsns
     public_key_id: xafitzyxY0OBCFJFzmhBxauo8LKe2pe2YjlTNYfEsns
     private_key_path: oauth/coze_privkey.pem
     private_key_path: oauth/coze_privkey.pem
+    account_id: 649175100044793
 
 
 debug_flags:
 debug_flags:
   disable_llm_api_call: False
   disable_llm_api_call: False
   use_local_user_storage: False
   use_local_user_storage: False
   console_input: True
   console_input: True
-  disable_active_conversation: True
-  use_aliyun_mq: True
+  disable_active_conversation: False
+  use_aliyun_mq: False
 
 
 mq:
 mq:
   endpoints: rmq-cn-to347bo7k1g-vpc.cn-hangzhou.rmq.aliyuncs.com:8080
   endpoints: rmq-cn-to347bo7k1g-vpc.cn-hangzhou.rmq.aliyuncs.com:8080

+ 1 - 0
configs/prod.yaml

@@ -39,6 +39,7 @@ chat_api:
     oauth_client_id: 1194838245616
     oauth_client_id: 1194838245616
     public_key_id: xafitzyxY0OBCFJFzmhBxauo8LKe2pe2YjlTNYfEsns
     public_key_id: xafitzyxY0OBCFJFzmhBxauo8LKe2pe2YjlTNYfEsns
     private_key_path: oauth/coze_privkey.pem
     private_key_path: oauth/coze_privkey.pem
+    account_id: 649175100044793
 
 
 debug_flags:
 debug_flags:
   disable_llm_api_call: False
   disable_llm_api_call: False