fixed team chats
This commit is contained in:
+3
-3
@@ -15,8 +15,8 @@ You need to modify the OpenWebUI environment variables to point to your AI servi
|
||||
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.
|
||||
@@ -69,7 +69,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