This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SomaAgent v2 — Environment Variables | |
| # Copy this to .env and fill in your values | |
| # Ollama Cloud API | |
| OLLAMA_BASE_URL=https://api.ollama.com | |
| OLLAMA_API_KEY=sk-synth-your-key-here | |
| OLLAMA_MODEL=glm-5 | |
| # Other available models on this endpoint: | |
| # glm-5 (recommended — fast + great JSON) | |
| # gemma3:12b (balanced) |