pdf_explainer / .env.example
spagestic's picture
feat: add FULL_TEXT_TTS_ENDPOINT to environment variables
7a01564
raw
history blame contribute delete
653 Bytes
# 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