Merge pull request #4 from gurix/claude/clarify-api-key-docs-McxCw
Update documentation for multi-language support and API keys
This commit is contained in:
@@ -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
|
- Answers questions about fees, schedule, and policies from a curated knowledge base
|
||||||
- Validates and stores completed registrations as structured data
|
- Validates and stores completed registrations as structured data
|
||||||
- Notifies playgroup administrators on completion, routed by playgroup type
|
- 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
|
## Channels
|
||||||
|
|
||||||
@@ -45,14 +45,14 @@ cp .env.example .env
|
|||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|---|---|
|
|---|---|
|
||||||
| `AI_MODEL` | litellm model string, e.g. `anthropic/claude-opus-4-6` or `openai/gpt-4o` |
|
| `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_HOST` | IMAP server hostname for receiving parent emails |
|
||||||
| `IMAP_USERNAME` | Email account username |
|
| `IMAP_USERNAME` | Email account username |
|
||||||
| `IMAP_PASSWORD` | Email account password |
|
| `IMAP_PASSWORD` | Email account password |
|
||||||
| `SMTP_HOST` | SMTP server hostname for sending replies |
|
| `SMTP_HOST` | SMTP server hostname for sending replies |
|
||||||
| `REGISTRATION_EMAIL` | Sender address shown to parents |
|
| `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
|
### Optional variables
|
||||||
|
|
||||||
| Variable | Default | Description |
|
| Variable | Default | Description |
|
||||||
|
|||||||
Reference in New Issue
Block a user