modified to combine openwebui and ollama

This commit is contained in:
Iyeoluwa Akinrinola
2025-05-09 20:00:26 +01:00
parent 4c0cff7cca
commit 386af38a99
9 changed files with 149 additions and 35 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ source venv/bin/activate
# Export environment variables
export API_HOST=0.0.0.0
export API_PORT=5251
export API_PORT=5252
# Make sure the Python path includes the current directory
export PYTHONPATH=$PYTHONPATH:$(pwd)