Spaces:
Sleeping
Sleeping
| # 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 | |