docs: use openrouter/z-ai/glm-5.3 as the default model in setup examples

This commit is contained in:
Ahmed Allam
2026-09-02 13:48:16 +00:00
committed by Ahmed Allam
parent 129f938094
commit 75b89018d3
11 changed files with 19 additions and 19 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.4"
export STRIX_LLM="openrouter/z-ai/glm-5.3"
export LLM_API_KEY="your-api-key"
```