hot edit readme

This commit is contained in:
KS Jannette
2026-02-24 13:47:24 -05:00
parent f77362e684
commit c8ee194bc5

View File

@@ -39,7 +39,7 @@ The backend expects a `.env` file in the `backend/` directory. This file is git-
```bash
cat > backend/.env << 'EOF'
ANTHROPIC_API_KEY=<your Anthropic API key>
ANTHROPIC_API_KEY=<your Anthropic API key> (or other LLM platform key)
VOYAGEAI_API_KEY=<your Voyage AI API key>
EOF
```