This repository has been archived on 2026-05-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
risv3-relay/.env.example

17 lines
523 B
Plaintext
Raw Normal View History

# 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