feat: add GLM-5.1 to Z.AI model list
Adds the newly available GLM-5.1 model to the hardcoded Z.AI provider model list so it appears in the model dropdown. Fixes #17. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -297,6 +297,7 @@ _PROVIDER_MODELS = {
|
||||
{'id': 'gemini-2.5-pro', 'label': 'Gemini 2.5 Pro (via Nous)'},
|
||||
],
|
||||
'zai': [
|
||||
{'id': 'glm-5.1', 'label': 'GLM-5.1'},
|
||||
{'id': 'glm-5', 'label': 'GLM-5'},
|
||||
{'id': 'glm-5-turbo', 'label': 'GLM-5 Turbo'},
|
||||
{'id': 'glm-4.7', 'label': 'GLM-4.7'},
|
||||
|
||||
Reference in New Issue
Block a user