19 lines
394 B
Bash
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
|