···55# Enable/disable model reasoning traces (thinking) across requests + stream output.
66ENABLE_THINKING=true
7788+# ── Memory embeddings ────────────────────────────────────────────────────────
99+# Used for semantic memory reranking and low-information chatter suppression.
1010+# The sqlite-vec table is fixed at 3072 dimensions; changing dimensions requires
1111+# deleting/rebuilding memory_chunk_vec, memory_prototype_vec, and embedding meta.
1212+EMBEDDING_API_KEY=
1313+EMBEDDING_BASE_URL=https://openrouter.ai/api/v1
1414+EMBEDDING_MODEL=google/gemini-embedding-2-preview
1515+EMBEDDING_DIMENSIONS=3072
1616+817# Used when the primary endpoint is unreachable or rate-limited (429/5xx).
918# Supports any OpenAI-compatible provider (OpenRouter, LM Studio, etc.).
1019FALLBACK_OPENAI_BASE_URL=http://localhost:1234/v1