# DeepSeek API Key (Required) # Get your key from: https://platform.deepseek.com/ DEEPSEEK_API_KEY=your_deepseek_api_key_here # Inflection AI API Key (Required) # Get your key from: https://inflection.ai/ INFLECTION_AI_API_KEY=your_inflection_ai_api_key_here # Azure Text Analytics (Optional - for enhanced sentiment analysis) # If not provided, the app will use NLTK VADER as fallback # Get your credentials from Azure Portal after creating a "Language service" resource AZURE_TEXT_ANALYTICS_KEY=your_azure_text_analytics_key_here AZURE_TEXT_ANALYTICS_ENDPOINT=https://your-resource.cognitiveservices.azure.com/ # Port (Optional - defaults to 7860 for Hugging Face Spaces) PORT=7860