mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-05 23:17:31 +08:00
refactor(responses): remove chat_completions and wire responses features end-to-end
This commit is contained in:
@@ -131,8 +131,6 @@
|
||||
"proxy": {
|
||||
"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,8 +140,6 @@
|
||||
"backup": {
|
||||
"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