Spaces:
Sleeping
Sleeping
| services: | |
| - type: web | |
| name: vibhu-solutions-ai | |
| env: python | |
| plan: free | |
| buildCommand: pip install -r requirements.txt && python ingest.py | |
| startCommand: python app.py | |
| envVars: | |
| - key: GROQ_API_KEY | |
| sync: false | |
| - key: BUSINESS_NAME | |
| value: Vibhu Solutions | |
| - key: LLM_MODEL | |
| value: llama-3.3-70b-versatile | |