Files
ds_zagres_ai/local_test.env
T
Iyeoluwa Akinrinola 730009ae87 fixed team chats
2025-05-16 18:03:15 +01:00

19 lines
394 B
Bash

# 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