Spaces:
Sleeping
Sleeping
File size: 389 Bytes
b821944 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # OpenAI API Configuration
OPENAI_API_KEY=your_openai_api_key_here
# Jira Configuration (Optional - for support tickets)
JIRA_SERVER=https://your-domain.atlassian.net
JIRA_EMAIL=your_email@example.com
JIRA_API_TOKEN=your_jira_api_token_here
JIRA_PROJECT_KEY=SUP
# Application Configuration (Optional - defaults are fine)
CSV_FILE_PATH=Global Mobile Prices 2025.csv
MAX_RESULTS_TO_LLM=20
|