pdf_explainer / .env.example
spagestic's picture
chatterbox imported
c8f218f
raw
history blame
577 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