fixed team chats

This commit is contained in:
Iyeoluwa Akinrinola
2025-05-16 18:03:15 +01:00
parent 463923278a
commit 730009ae87
21 changed files with 1655 additions and 63 deletions
+3 -3
View File
@@ -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: