mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Add support for cerebras
This commit is contained in:
@@ -75,6 +75,16 @@ ENV_VARS = {
|
|||||||
"key_name": "AZURE_API_VERSION",
|
"key_name": "AZURE_API_VERSION",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
"cerebras": [
|
||||||
|
{
|
||||||
|
"prompt": "Enter your Cerebras model name (must start with 'cerebras/')",
|
||||||
|
"key_name": "model",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"prompt": "Enter your Cerebras API version (press Enter to skip)",
|
||||||
|
"key_name": "CEREBRAS_API_KEY",
|
||||||
|
},
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -87,6 +97,7 @@ PROVIDERS = [
|
|||||||
"watson",
|
"watson",
|
||||||
"bedrock",
|
"bedrock",
|
||||||
"azure",
|
"azure",
|
||||||
|
"cerebras",
|
||||||
]
|
]
|
||||||
|
|
||||||
MODELS = {
|
MODELS = {
|
||||||
|
|||||||
Reference in New Issue
Block a user