fix: update grok default model to grok-2
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Build (push) Has been cancelled

Changed grok-beta to grok-2 across backend config, dashboard tests, and frontend monitoring.
This commit is contained in:
2026-03-19 11:23:56 -04:00
parent 7d43b2c31b
commit 246a6d88f0
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ A unified, high-performance LLM proxy gateway built in Go. It provides a single
- **OpenAI:** GPT-4o, GPT-4o Mini, o1, o3 reasoning models.
- **Google Gemini:** Gemini 2.0 Flash, Pro, and vision models (with native CoT support).
- **DeepSeek:** DeepSeek Chat and Reasoner (R1) models.
- **xAI Grok:** Grok-beta models.
- **xAI Grok:** Grok-2 models.
- **Ollama:** Local LLMs running on your network.
- **Observability & Tracking:**
- **Asynchronous Logging:** Non-blocking request logging to SQLite using background workers.