17 lines
523 B
Plaintext
17 lines
523 B
Plaintext
|
|
# Anthropic API
|
||
|
|
ANTHROPIC_API_KEY=sk-ant-...
|
||
|
|
ANTHROPIC_MODEL=claude-opus-4-7
|
||
|
|
|
||
|
|
# ntfy.sh notification topic — leave empty on first run; the daemon will
|
||
|
|
# generate a random topic and write it back to this file. Subscribe to
|
||
|
|
# https://ntfy.sh/<topic> on your phone/laptop to receive needs_jc and
|
||
|
|
# error notifications.
|
||
|
|
NTFY_TOPIC=
|
||
|
|
|
||
|
|
# Status endpoint (Flask). Default 8765.
|
||
|
|
STATUS_PORT=8765
|
||
|
|
|
||
|
|
# Optional: override the conversation-history character cap before
|
||
|
|
# summarization kicks in. Default 400000.
|
||
|
|
HISTORY_CHAR_CAP=400000
|