⚠️ 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>
12 lines
439 B
Plaintext
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
|