File size: 633 Bytes
60c7a7f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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