diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-03 07:46:09 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-03 07:46:09 +0300 |
| commit | 1c3fceb65ee711317508a37005592922b162669b (patch) | |
| tree | 2e7e7f55fb4732574ebb2b5cf53d5f079e5793e8 | |
| parent | d1bda253a736122b5b36093760a54ae982f73040 (diff) | |
Remove glm-4.6 cloud model
| -rw-r--r-- | hypr.fish | 1 | ||||
| -rw-r--r-- | pi/agent/models.json | 16 |
2 files changed, 0 insertions, 17 deletions
@@ -16,7 +16,6 @@ abbr pi-ollama-qwen3-coder-480b pi --provider ollama --model qwen3-coder:480b-cl abbr pi-ollama-gpt-oss-20b pi --provider ollama --model gpt-oss:20b-cloud abbr pi-ollama-gpt-oss-120b pi --provider ollama --model gpt-oss:120b-cloud abbr pi-ollama-deepseek-v31-671b pi --provider ollama --model deepseek-v3.1:671b-cloud -abbr pi-ollama-glm46-357b pi --provider ollama --model glm-4.6:cloud abbr pi-ollama-minimax-m2-230b pi --provider ollama --model minimax-m2:cloud abbr pi-ollama-minimax-m3 pi --provider ollama --model minimax-m3:cloud abbr pi-ollama-gemma4-31b pi --provider ollama --model gemma4:31b-cloud diff --git a/pi/agent/models.json b/pi/agent/models.json index 451e752..009ed5f 100644 --- a/pi/agent/models.json +++ b/pi/agent/models.json @@ -670,22 +670,6 @@ "maxTokens": 16384 }, { - "id": "glm-4.6:cloud", - "name": "glm-4.6 357B [ollama]", - "reasoning": true, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 202752, - "maxTokens": 131072 - }, - { "id": "minimax-m2:cloud", "name": "minimax-m2 230B [ollama]", "reasoning": false, |
