16 lines
348 B
Plaintext
16 lines
348 B
Plaintext
# Open WebUI Version
|
|
OPEN_WEBUI_VERSION=main
|
|
|
|
# Port to bind to on the host machine
|
|
OPEN_WEBUI_PORT=8080
|
|
|
|
# OpenAI API Configuration (optional)
|
|
OPENAI_API_BASE_URL=https://api.openai.com/v1
|
|
OPENAI_API_KEY=
|
|
|
|
# Enable Ollama API integration (default: true)
|
|
ENABLE_OLLAMA_API=true
|
|
|
|
# WebUI URL (optional, for external access configuration)
|
|
WEBUI_URL=
|