From c8ee194bc53879c7d70812509745e7070205854c Mon Sep 17 00:00:00 2001 From: KS Jannette Date: Tue, 24 Feb 2026 13:47:24 -0500 Subject: [PATCH] hot edit readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a13f036..16e0cd8 100644 --- a/README.md +++ b/README.md @@ -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= +ANTHROPIC_API_KEY= (or other LLM platform key) VOYAGEAI_API_KEY= EOF ```