Made changes to suit Openwebui

This commit is contained in:
Iyeoluwa Akinrinola
2025-05-09 16:47:30 +01:00
parent ac98999507
commit 9535052645
14 changed files with 93 additions and 330 deletions
+1 -4
View File
@@ -7,12 +7,9 @@ OPENWEBUI_URL=http://104.225.217.215:8080
OPENWEBUI_API_KEY=your-openwebui-api-key # Replace with the actual key in your .env file
# Ollama configuration
OLLAMA_API_URL=http://localhost:11434
OLLAMA_API_URL=http://104.225.217.215:8080/ollama
DEFAULT_MODEL=llama3.1
# Local storage
SQLITE_DB_PATH=ai_service/data/chatbot.db
# Document processing
CHUNK_SIZE=1000
CHUNK_OVERLAP=200