Recovered from the 2026-06-27 snapshot import by classifying the base..snapshot delta at line granularity. Upstream base: d054b884 (2026-04-10).
7 lines
204 B
Text
7 lines
204 B
Text
# Required: LLM provider for memory classification
|
|
LLM_API_KEY=sk-your-key-here
|
|
LLM_PROVIDER=openai
|
|
LLM_MODEL=gpt-4o-mini
|
|
|
|
# Optional: database password (default: hindsight_dev)
|
|
DB_PASSWORD=hindsight_dev
|