env.template578 B
# TTS MCP Server Environment Configuration
# Copy this file to .env and fill in your actual values
# OpenAI API Key (REQUIRED)
# Get your API key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here
# TTS Model (OPTIONAL)
# Which OpenAI TTS model to use. Recommended: gpt-4o-mini-tts (low-latency, high quality)
# Other legacy options: tts-1, tts-1-hd
# Default: gpt-4o-mini-tts
TTS_MODEL=gpt-4o-mini-tts
# Logging Level (OPTIONAL)
# Set the logging level for the TTS server
# Options: DEBUG, INFO, WARNING, ERROR
# Default: INFO
LOG_LEVEL=INFO