mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-13 20:47:49 +08:00
feat(provider): add cross_session_call_id toggle and docs
This commit is contained in:
@@ -132,6 +132,7 @@
|
||||
"api_key": "YOUR_CLIPROXYAPI_KEY",
|
||||
"api_base": "http://localhost:8080/v1",
|
||||
"protocol": "chat_completions",
|
||||
"cross_session_call_id": false,
|
||||
"models": ["glm-4.7", "gpt-4o-mini"],
|
||||
"supports_responses_compact": false,
|
||||
"auth": "bearer",
|
||||
@@ -142,6 +143,7 @@
|
||||
"api_key": "YOUR_BACKUP_PROXY_KEY",
|
||||
"api_base": "http://localhost:8081/v1",
|
||||
"protocol": "responses",
|
||||
"cross_session_call_id": false,
|
||||
"models": ["gpt-4o-mini", "deepseek-chat"],
|
||||
"supports_responses_compact": true,
|
||||
"auth": "bearer",
|
||||
|
||||
Reference in New Issue
Block a user