File: //opt/open-webui/.env
# Ollama URL for the backend to connect
# The path '/ollama/api' will be redirected to the specified backend URL
#OLLAMA_API_BASE_URL='http://localhost:11434/api'
CUSTOM_NAME="Panomity KI Chat"
WEBUI_NAME="Panomity KI Chat"
WEBUI_VERSION="v1.0.0-rc.1"
DEFAULT_MODELS="mistral:latest"
OLLAMA_API_BASE_URL='http://127.0.0.1:11434'
OLLAMA_BASE_URL='http://127.0.0.1:11434'
USER_PERMISSIONS_CHAT_DELETION=true
#OPENAI_API_BASE_URL='http:127.0.0.1:5000'
PORT=8081
OPENAI_API_KEY=''
WHISPER_MODEL_AUTO_UPDATE=true
AUTOMATIC1111_BASE_URL="http://plano.panomity.com:7878"
# DO NOT TRACK
SCARF_NO_ANALYTICS=true
DO_NOT_TRACK=true
ENABLE_IMAGE_GENERATION=true
ENABLE_RAG_WEB_SEARCH=true
YOUTUBE_LOADER_LANGUAGE="de"
RAG_WEB_SEARCH_ENGINE="searxng"
SEARXNG_QUERY_URL="https://search.panomity.com/search?q="
GOOGLE_PSE_API_KEY="AIzaSyAVEFy31Gi4v5Ry9rUj4-kQmHabaweFCu8"
GOOGLE_PSE_ENGINE_ID="850431a30d7d84783"
CHROMA_HTTP_HOST="localhost"
CHROMA_HTTP_PORT=8481