pediatric-ai-scribe/.env.example
ifedan-ed 993e46f720 Initial commit: Pediatric AI Scribe v1.0.0
- Live encounter recording → HPI generation
- Physician voice dictation → polished HPI
- Developmental milestones checklist (AAP/Nelson)
- 3-sentence summary generator
- OpenRouter integration with model selector
- Docker support
- Mobile responsive UI
2026-03-17 21:46:05 -04:00

8 lines
228 B
Text

# Copy this file to .env and fill in your API keys
# cp .env.example .env
OPENROUTER_API_KEY=sk-or-v1-paste-your-key-here
OPENAI_API_KEY=sk-paste-your-openai-key-here
ELEVENLABS_API_KEY=
PORT=3000
APP_URL=http://localhost:3000