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'], ];