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

@@ -492,7 +492,7 @@ class MonitoringPage {
simulateRequest() {
const clients = ['client-1', 'client-2', 'client-3', 'client-4', 'client-5'];
const providers = ['OpenAI', 'Gemini', 'DeepSeek', 'Grok'];
const models = ['gpt-4', 'gpt-3.5-turbo', 'gemini-pro', 'deepseek-chat', 'grok-beta'];
const models = ['gpt-4o', 'gpt-4o-mini', 'gemini-2.0-flash', 'deepseek-chat', 'grok-2'];
const statuses = ['success', 'success', 'success', 'error', 'warning']; // Mostly success
const request = {