From 8e055117d4ea83e4455f52389d733a9b9e42ecf6 Mon Sep 17 00:00:00 2001 From: Yanis Mahboub Date: Mon, 13 Apr 2026 20:47:43 +0200 Subject: [PATCH] Wave 114 auto --- wevia-dispatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wevia-dispatcher.php b/wevia-dispatcher.php index d2e18c3..fff0061 100644 --- a/wevia-dispatcher.php +++ b/wevia-dispatcher.php @@ -409,7 +409,7 @@ $ROUTES = [ $providers = [ ['url' => 'https://api.cerebras.ai/v1/chat/completions', 'key' => $secrets['CEREBRAS_API_KEY'], 'model' => 'qwen-3-235b-a22b-instruct-2507', 'name' => 'Cerebras 235B'], - ['url' => 'https://api.groq.com/openai/v1/chat/completions', 'key' => $secrets['GROQ_KEY'], 'model' => 'llama-3.3-70b-versatile', 'name' => 'Groq 70B'], + ['url' => 'https://api.groq.com/openai/v1/chat/completions', 'key' => $secrets['GROQ_KEY'], 'model' => 'llama3.1-8b-versatile', 'name' => 'Groq 70B'], ['url' => 'https://api.mistral.ai/v1/chat/completions', 'key' => $secrets['MISTRAL_KEY'], 'model' => 'mistral-large-latest', 'name' => 'Mistral Large'], ];