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
+18
View File
@@ -0,0 +1,18 @@
# Remote server configuration
SERVER_IP=104.225.217.215
SERVER_PORT=22
SERVER_USER=root
SERVER_PASSWORD=S5qqENZNqc
# Ollama configuration
OLLAMA_API_URL=http://104.225.217.215:8080/ollama
# OpenWebUI configuration
OPENWEBUI_URL=http://104.225.217.215:8080
OPENWEBUI_API_KEY=your_openwebui_api_key_here
# Model configuration
DEFAULT_MODEL=llama3.1
# API timeout (in seconds)
API_TIMEOUT=300