Add LLM env variables

This commit is contained in:
2025-07-01 11:29:35 +02:00
parent 4623a52bcc
commit a57cbffbeb
2 changed files with 14 additions and 3 deletions

View File

@ -83,6 +83,9 @@ VITE_REVERB_PORT="${REVERB_PORT}"
VITE_REVERB_SCHEME="${REVERB_SCHEME}"
# AI LLM
LLM_HOST_URL="https://openai.com/api"
LLM_CHAT_MODEL="gpt-4o"
LLM_VISION_MODEL="gpt-4o-vision-preview"
LLM_API_HOST_URL="https://chat.myopen-webui.dev/ollama"
LLM_API_TOKEN="myopen-webui-token-1234567890abcdef" # Replace with your actual token
LLM_CHAT_MODEL="deepseek-r1:8b"
LLM_CHAT_MODEL_THINK=true
LLM_VISION_MODEL="llava:7b"
LLM_VISION_MODEL_THINK=false