WellNuo/.env.example
Sergei 4a5331b2e4 [TEST] Initial setup - NOT PRODUCTION CODE
⚠️ This is test/experimental code for API integration testing.
Do not use in production.

Includes:
- WellNuo API integration (dashboard, patient context)
- Playwright tests for API verification
- WebView component for dashboard embedding
- API documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-11 13:25:14 -08:00

12 lines
439 B
Plaintext

# OpenAI Configuration
# Get your API key from https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxx
# Webhook URL for fetching context/instructions (optional)
# The webhook should return JSON with: { systemPrompt, voiceSettings, userData }
WEBHOOK_URL=https://your-webhook-url.com/context
# Voice Settings (optional)
# Available voices: alloy, echo, shimmer, ash, ballad, coral, sage, verse
DEFAULT_VOICE=shimmer