Skip to content

Instantly share code, notes, and snippets.

View godin-001's full-sized avatar

godin-001 godin-001

View GitHub Profile
@godin-001
godin-001 / .env.example
Last active March 21, 2026 09:04
SomaAgent v2 — Synthesis Hackathon 2026
# 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)