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