Spaces:
Runtime error
Runtime error
File size: 736 Bytes
738fd59 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
title: Allofresh Assistant (Alita)
emoji: ⚡
colorFrom: red
colorTo: indigo
sdk: gradio
app_file: app.py
pinned: false
---
Update: 15/05/2023
Capabilities:
- Moderation: Filtering out irrelevant or inappropriate questions
- Answering: Answering the users' free form questions
- Recommendation: Recommending stuffs from Allofresh based on the previous answer
Limitations:
- Latency: At times it takes 3 mins to get an answer for a single query
- Main causes: Azure OpenAI RPM (Request per Minute) limit
- I guess we can work this through by providing streaming, so users won't be too bored waiting for the response
- Product Search Limitations: We use Allofresh's search API to search for relevant products to be recommended |