v2.4.0: OpenAdapter preset uses 0G models only
This commit is contained in:
Binary file not shown.
@@ -211,11 +211,12 @@ PROVIDER_PRESETS = {
|
|||||||
"backend_type": "openai-compat",
|
"backend_type": "openai-compat",
|
||||||
"base_url": "https://api.openadapter.in/v1",
|
"base_url": "https://api.openadapter.in/v1",
|
||||||
"models": [
|
"models": [
|
||||||
"glm-4.7", "DeepSeek-V3", "kimi-k2.6", "kimi-k2.5",
|
"0G-DeepSeek-V3",
|
||||||
"qwen3.6-plus", "qwen3.5-plus",
|
"0G-DeepSeek-v4-Pro",
|
||||||
"claude-sonnet-4-6", "claude-opus-4-7",
|
"0G-GLM-5",
|
||||||
"gpt-5.4", "gpt-5.4-mini",
|
"0G-GLM-5.1",
|
||||||
"gemini-2.5-flash", "gemini-2.5-pro",
|
"0G-Qwen3.6",
|
||||||
|
"0G-Qwen-VL",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user