fixed team chats
This commit is contained in:
+6
-6
@@ -9,7 +9,7 @@ OpenWebUI is designed to work with Ollama directly, but it can be configured to
|
||||
## Prerequisites
|
||||
|
||||
1. OpenWebUI installed and running (at http://104.225.217.215:8080)
|
||||
2. Your AI service deployed and running (at http://your-server-ip:5251)
|
||||
2. Your AI service deployed and running (at http://your-server-ip:5252)
|
||||
|
||||
## Configuration Steps
|
||||
|
||||
@@ -23,8 +23,8 @@ services:
|
||||
openwebui:
|
||||
image: openwebui/openwebui:latest
|
||||
environment:
|
||||
- OLLAMA_API_BASE_URL=http://your-server-ip:5251/ollama
|
||||
- OPENAI_API_BASE_URL=http://your-server-ip:5251/api
|
||||
- OLLAMA_API_BASE_URL=http://your-server-ip:5252/ollama
|
||||
- OPENAI_API_BASE_URL=http://your-server-ip:5252/api
|
||||
ports:
|
||||
- "8080:8080"
|
||||
```
|
||||
@@ -36,8 +36,8 @@ If you're running OpenWebUI directly, you can modify the .env file in the OpenWe
|
||||
Add or modify the following environment variables:
|
||||
|
||||
```
|
||||
OLLAMA_API_BASE_URL=http://your-server-ip:5251/ollama
|
||||
OPENAI_API_BASE_URL=http://your-server-ip:5251/api
|
||||
OLLAMA_API_BASE_URL=http://your-server-ip:5252/ollama
|
||||
OPENAI_API_BASE_URL=http://your-server-ip:5252/api
|
||||
```
|
||||
|
||||
Replace `your-server-ip` with the IP address or hostname of the server where your AI service is running.
|
||||
@@ -90,7 +90,7 @@ If you encounter issues with the integration:
|
||||
|
||||
3. Verify that your AI service is running and accessible:
|
||||
```bash
|
||||
curl http://your-server-ip:5251/health
|
||||
curl http://your-server-ip:5252/health
|
||||
```
|
||||
|
||||
4. Verify that the OpenWebUI environment variables are set correctly:
|
||||
|
||||
Reference in New Issue
Block a user