chore: update default model to gpt-5.4 and remove Strix Router from docs

- Change default model from gpt-5 to gpt-5.4 across docs, tests, and examples
- Remove Strix Router references from docs, quickstart, overview, and README
- Delete models.mdx (Strix Router page) and its nav entry
- Simplify install script to suggest openai/ prefix directly
- Keep strix/ model routing support intact in code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
0xallam
2026-03-22 20:32:53 -07:00
committed by Ahmed Allam
parent b6a0a949a3
commit a2f1aae5ed
18 changed files with 40 additions and 147 deletions

View File

@@ -30,7 +30,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"
export STRIX_LLM="openai/gpt-5.4"
export LLM_API_KEY="your-api-key"
```