chore: 🚨 lint and format

This commit is contained in:
ThatOneCalculator
2024-01-03 14:33:57 -08:00
parent 037793161e
commit 07cc7f15d5
25 changed files with 190 additions and 180 deletions

View File

@@ -19,9 +19,8 @@ ENV = os.environ.get("ENV", "dev")
# OLLAMA_API_BASE_URL
####################################
OLLAMA_API_BASE_URL = os.environ.get(
"OLLAMA_API_BASE_URL", "http://localhost:11434/api"
)
OLLAMA_API_BASE_URL = os.environ.get("OLLAMA_API_BASE_URL",
"http://localhost:11434/api")
if ENV == "prod":
if OLLAMA_API_BASE_URL == "/ollama/api":