Spaces:
Sleeping
Sleeping
File size: 653 Bytes
c725c9c c8f218f 7a01564 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# Environment variables for PDF Explainer
# Copy this file to .env and fill in your actual API key
# Mistral AI API Key - Get yours from https://console.mistral.ai/
MISTRAL_API_KEY=your_mistral_api_key_here
HEALTH_ENDPOINT=https://your-modal-endpoint/chatterbox-health
GENERATE_AUDIO_ENDPOINT=https://your-modal-endpoint/chatterbox-generate-audio
GENERATE_JSON_ENDPOINT=https://your-modal-endpoint/chatterbox-generate-json
GENERATE_WITH_FILE_ENDPOINT=https://your-modal-endpoint/chatterbox-generate-with-file
GENERATE_ENDPOINT=https://your-modal-endpoint/chatterbox-generate
FULL_TEXT_TTS_ENDPOINT=https://your-modal-endpoint/chatterbox-full-text-tts
|