fix(models): keep list additions-only, restore gpt-5.4 examples, make openrouter/z-ai/glm-5.3 the top pick

This commit is contained in:
Ahmed Allam
2026-09-02 13:17:25 +00:00
committed by Ahmed Allam
parent 0ab7244807
commit b438632e12
19 changed files with 69 additions and 58 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ Thank you for your interest in contributing to Strix! This guide will help you g
3. **Configure your LLM provider**
```bash
export STRIX_LLM="openai/gpt-5.6"
export STRIX_LLM="openai/gpt-5.4"
export LLM_API_KEY="your-api-key"
```