modified to combine openwebui and ollama
This commit is contained in:
+2
-2
@@ -8,10 +8,10 @@ import sys
|
||||
|
||||
# Run the service
|
||||
if __name__ == "__main__":
|
||||
print("Starting AI service on 0.0.0.0:5251")
|
||||
print("Starting AI service on 0.0.0.0:5252")
|
||||
uvicorn.run(
|
||||
"ai_service.api:app",
|
||||
host="0.0.0.0",
|
||||
port=5251,
|
||||
port=5252,
|
||||
reload=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user