fix: support glm-4.7

This commit is contained in:
zhayujie
2026-02-02 22:43:08 +08:00
parent 50e60e6d05
commit d8298b3eab
5 changed files with 349 additions and 32 deletions

View File

@@ -1,12 +1,13 @@
{
"channel_type": "web",
"model": "claude-sonnet-4-5",
"open_ai_api_key": "",
"open_ai_api_base": "https://api.openai.com/v1",
"claude_api_key": "",
"claude_api_base": "https://api.anthropic.com/v1",
"open_ai_api_key": "",
"open_ai_api_base": "https://api.openai.com/v1",
"gemini_api_key": "",
"gemini_api_base": "https://generativelanguage.googleapis.com",
"zhipu_ai_api_key": "",
"voice_to_text": "openai",
"text_to_voice": "openai",
"voice_reply_voice": false,