# Local backend (Ollama) — used by default for most calls. LOCAL_BASE_URL=http://localhost:11434 LOCAL_MODEL=qwen2.5:7b-instruct # Cloud backend (OpenAI) — used for harder reasoning and embeddings. OPENAI_API_KEY= CLOUD_MODEL=gpt-4o-mini EMBED_MODEL=text-embedding-3-small # Where Lyra stores her memory. LYRA_DB_PATH=data/lyra.db