modified to combine openwebui and ollama
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user