2023-12-05 15:17:51 +08:00
|
|
|
# Ollama URL for the backend to connect
|
|
|
|
# The path '/ollama/api' will be redirected to the specified backend URL
|
2023-12-05 15:01:49 +08:00
|
|
|
OLLAMA_API_BASE_URL='http://localhost:11434/api'
|
2024-01-05 10:38:03 +08:00
|
|
|
|
|
|
|
OPENAI_API_BASE_URL=''
|
2024-02-10 10:11:01 +08:00
|
|
|
OPENAI_API_KEY=''
|
|
|
|
|
|
|
|
# DO NOT TRACK
|
|
|
|
SCARF_NO_ANALYTICS=true
|
|
|
|
DO_NOT_TRACK=true
|