v2.4.0: OpenAdapter preset uses 0G models only

This commit is contained in:
Roman
2026-05-20 15:30:55 +04:00
Unverified
parent 866c07c2b5
commit dbfc480019
2 changed files with 6 additions and 5 deletions

Binary file not shown.

View File

@@ -211,11 +211,12 @@ PROVIDER_PRESETS = {
"backend_type": "openai-compat",
"base_url": "https://api.openadapter.in/v1",
"models": [
"glm-4.7", "DeepSeek-V3", "kimi-k2.6", "kimi-k2.5",
"qwen3.6-plus", "qwen3.5-plus",
"claude-sonnet-4-6", "claude-opus-4-7",
"gpt-5.4", "gpt-5.4-mini",
"gemini-2.5-flash", "gemini-2.5-pro",
"0G-DeepSeek-V3",
"0G-DeepSeek-v4-Pro",
"0G-GLM-5",
"0G-GLM-5.1",
"0G-Qwen3.6",
"0G-Qwen-VL",
],
},
}