chore: project scaffold (uv, .env.example, README, lyra package)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Local backend (Ollama) — used by default for most calls.
|
||||
LOCAL_BASE_URL=http://localhost:11434
|
||||
LOCAL_MODEL=qwen2.5:7b-instruct
|
||||
|
||||
# Cloud backend (Anthropic Claude) — used for harder reasoning.
|
||||
ANTHROPIC_API_KEY=
|
||||
CLOUD_MODEL=claude-sonnet-4-6
|
||||
|
||||
# Where Lyra stores her memory.
|
||||
LYRA_DB_PATH=data/lyra.db
|
||||
Reference in New Issue
Block a user