mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-04 22:49:23 +00:00
chore: modify ollama default env url from API_URL to BASE_URL
This commit is contained in:
@@ -46,7 +46,7 @@ ENV_VARS = {
|
||||
"ollama": [
|
||||
{
|
||||
"default": True,
|
||||
"API_BASE": "http://localhost:11434",
|
||||
"BASE_URL": "http://localhost:11434",
|
||||
}
|
||||
],
|
||||
"bedrock": [
|
||||
|
||||
Reference in New Issue
Block a user