example.env 203 Bytes
Newer Older
Timothy J. Baek's avatar
Timothy J. Baek committed
1
2
# Ollama URL for the backend to connect
# The path '/ollama/api' will be redirected to the specified backend URL
Timothy Jaeryang Baek's avatar
Timothy Jaeryang Baek committed
3
OLLAMA_API_BASE_URL='http://localhost:11434/api'
4
5
6

OPENAI_API_BASE_URL=''
OPENAI_API_KEY=''