- 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
8 lines
228 B
Text
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
|