From 905debb48efea0aadc7d95378d26a8d41d4cab0e Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 21 Feb 2026 22:13:33 +0000 Subject: [PATCH] Clarify API key docs and language support in README - Remove ANTHROPIC_API_KEY and OPENAI_API_KEY from the Required variables table; they are provider-specific, not universally required. Add a note pointing readers to the Switching AI providers section instead. - Replace "Supports German and English; defaults to German" with "Responds in any language the parent uses; defaults to German" to accurately reflect that the agent is fully language-agnostic. https://claude.ai/code/session_01F9RoUQYKktPrmsvemSYrPk --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 978ba9a..9ca0d1a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Replaces a static Google Forms workflow with an AI agent that guides parents thr - Answers questions about fees, schedule, and policies from a curated knowledge base - Validates and stores completed registrations as structured data - Notifies playgroup administrators on completion, routed by playgroup type -- Supports German and English; defaults to German +- Responds in any language the parent uses; defaults to German ## Channels @@ -45,14 +45,14 @@ cp .env.example .env | Variable | Description | |---|---| | `AI_MODEL` | litellm model string, e.g. `anthropic/claude-opus-4-6` or `openai/gpt-4o` | -| `ANTHROPIC_API_KEY` | API key for Anthropic models | -| `OPENAI_API_KEY` | API key for OpenAI models (if using OpenAI) | | `IMAP_HOST` | IMAP server hostname for receiving parent emails | | `IMAP_USERNAME` | Email account username | | `IMAP_PASSWORD` | Email account password | | `SMTP_HOST` | SMTP server hostname for sending replies | | `REGISTRATION_EMAIL` | Sender address shown to parents | +The API key variable depends on your chosen provider — see [Switching AI providers](#switching-ai-providers) below. + ### Optional variables | Variable | Default | Description |