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
+3 -3
View File
@@ -52,8 +52,8 @@ ai_service/
## API Documentation
Once the service is running, you can access the API documentation at:
- Swagger UI: http://localhost:5251/docs
- ReDoc: http://localhost:5251/redoc
- Swagger UI: http://localhost:5252/docs
- ReDoc: http://localhost:5252/redoc
## Deployment
@@ -69,7 +69,7 @@ To deploy the service:
./deploy.sh
```
This will start the service on port 5251 using uvicorn with nohup.
This will start the service on port 5252 using uvicorn with nohup.
## API Endpoints