aim / .env.example
Claude
Rewrite app: strict Socratic questioning engine with FastAPI backend
1e29076 unverified
raw
history blame contribute delete
309 Bytes
# --- Option A : Test (OpenRouter) ---
OPENROUTER_API_KEY=sk-or-v1-your-key-here
LLM_BASE_URL=https://openrouter.ai/api/v1
LLM_MODEL=mistralai/mistral-7b-instruct
# --- Option B : Production (Ollama local) ---
# OPENROUTER_API_KEY=ollama
# LLM_BASE_URL=http://localhost:11434/v1
# LLM_MODEL=mistral:instruct