Spaces:
Build error
Build error
| # OpenAI API Configuration | |
| openai_api_key='api-key' | |
| # App Configuration | |
| app_debug=False | |
| similarity_threshold=0.8 | |
| # Data Configuration | |
| catalog_file=data/Apparels_shared.xlsx | |
| vibes_data_dir=data/vibes/ |