chore: modify ollama default env url from API_URL to BASE_URL

This commit is contained in:
Osinachi Chukwujama
2025-01-25 19:38:17 +00:00
parent 67bf4aea56
commit 47e96fabd6

View File

@@ -46,7 +46,7 @@ ENV_VARS = {
"ollama": [
{
"default": True,
"API_BASE": "http://localhost:11434",
"BASE_URL": "http://localhost:11434",
}
],
"bedrock": [