refactor(responses): remove chat_completions and wire responses features end-to-end

This commit is contained in:
lpf
2026-03-04 10:25:50 +08:00
parent d42b6a6f10
commit 6c78ef3b1c
14 changed files with 726 additions and 486 deletions

View File

@@ -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",