Wave 114 auto

This commit is contained in:
Yanis Mahboub
2026-04-13 20:47:43 +02:00
parent aa2e4657e5
commit 8e055117d4

View File

@@ -409,7 +409,7 @@ $ROUTES = [
$providers = [ $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.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'], ['url' => 'https://api.mistral.ai/v1/chat/completions', 'key' => $secrets['MISTRAL_KEY'], 'model' => 'mistral-large-latest', 'name' => 'Mistral Large'],
]; ];