fix endpoint issues

This commit is contained in:
Iyeoluwa Akinrinola
2025-05-09 20:42:38 +01:00
parent 386af38a99
commit 47e02c9352
+1 -1
View File
@@ -22,7 +22,7 @@ class Config:
OPENWEBUI_API_KEY = os.environ.get('OPENWEBUI_API_KEY', '')
# Ollama configuration
OLLAMA_API_URL = os.environ.get('OLLAMA_API_URL', 'http://localhost:11434')
OLLAMA_API_URL = os.environ.get('OLLAMA_API_URL', 'http://104.225.217.215:11434')
DEFAULT_MODEL = os.environ.get('DEFAULT_MODEL', 'llama3.1')
# Document processing