Spaces:
Running
Running
# Copy this file to .env and fill in your actual values | |
# DO NOT commit the .env file with real values! | |
# API Token for Hugging Face (for Convergence AI model) | |
HF_API_TOKEN=your_huggingface_token_here | |
# Salesforce credentials for automation | |
SALESFORCE_USERNAME[email protected] | |
SALESFORCE_PASSWORD=your_salesforce_password | |
# Google Gemini API Key (alternative to HF_API_TOKEN) | |
GEMINI_API_KEY=your_gemini_api_key_here | |
# Usage Instructions: | |
# 1. Copy this file: cp env.example .env | |
# 2. Replace the placeholder values with your actual credentials | |
# 3. The .env file is automatically ignored by git for security | |