Spaces:
Runtime error
Runtime error
File size: 176 Bytes
e43a4a9 | 1 2 3 4 5 6 7 8 | OPENAI_API_KEY=your_openai_api_key
OPENAI_BASE_URL=https://api.openai.com/v1
PORT=3000
MEDIA_TTL_SECONDS=3600
REQUEST_TIMEOUT_MS=60000
JSON_LIMIT=50mb
MAX_AUDIO_DOWNLOAD_MB=25
|