example.env 261 B

12345678910
  1. # Ollama URL for the backend to connect
  2. # The path '/ollama/api' will be redirected to the specified backend URL
  3. OLLAMA_API_BASE_URL='http://localhost:11434/api'
  4. OPENAI_API_BASE_URL=''
  5. OPENAI_API_KEY=''
  6. # DO NOT TRACK
  7. SCARF_NO_ANALYTICS=true
  8. DO_NOT_TRACK=true