example.env 203 B

123456
  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=''