Spaces:
Runtime error
Runtime error
| # Rename this file to .env and fill in your API keys | |
| GOOGLE_API_KEY="your_google_api_key_here" | |
| OPENAI_API_KEY="your_openai_api_key_here" | |
| # Local Ollama server | |
| OLLAMA_BASE_URL=http://localhost:11434 | |