Wave 114 auto
This commit is contained in:
@@ -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'],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user