mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-04 10:17:29 +08:00
fix config
This commit is contained in:
@@ -88,6 +88,7 @@
|
||||
"telegram": {
|
||||
"enabled": false,
|
||||
"token": "YOUR_TELEGRAM_BOT_TOKEN",
|
||||
"streaming": false,
|
||||
"allow_from": ["YOUR_USER_ID"],
|
||||
"allow_chats": [],
|
||||
"enable_groups": true,
|
||||
@@ -132,6 +133,14 @@
|
||||
"api_key": "YOUR_CLIPROXYAPI_KEY",
|
||||
"api_base": "http://localhost:8080/v1",
|
||||
"models": ["glm-4.7", "gpt-4o-mini"],
|
||||
"responses": {
|
||||
"web_search_enabled": false,
|
||||
"web_search_context_size": "",
|
||||
"file_search_vector_store_ids": [],
|
||||
"file_search_max_num_results": 0,
|
||||
"include": [],
|
||||
"stream_include_usage": false
|
||||
},
|
||||
"supports_responses_compact": false,
|
||||
"auth": "bearer",
|
||||
"timeout_sec": 90
|
||||
@@ -141,6 +150,14 @@
|
||||
"api_key": "YOUR_BACKUP_PROXY_KEY",
|
||||
"api_base": "http://localhost:8081/v1",
|
||||
"models": ["gpt-4o-mini", "deepseek-chat"],
|
||||
"responses": {
|
||||
"web_search_enabled": false,
|
||||
"web_search_context_size": "",
|
||||
"file_search_vector_store_ids": [],
|
||||
"file_search_max_num_results": 0,
|
||||
"include": [],
|
||||
"stream_include_usage": false
|
||||
},
|
||||
"supports_responses_compact": true,
|
||||
"auth": "bearer",
|
||||
"timeout_sec": 90
|
||||
|
||||
Reference in New Issue
Block a user