Spaces:
Sleeping
Sleeping
Commit
·
4c9753f
1
Parent(s):
fe66e47
13b model
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ client.add(collection_name="products",
|
|
| 37 |
documents=product_strings)
|
| 38 |
client.add(collection_name="recipes",
|
| 39 |
documents=recipe_strings)
|
| 40 |
-
model_name = "LeoLM/leo-hessianai-
|
| 41 |
|
| 42 |
last_messages = []
|
| 43 |
@spaces.GPU(duration=180)
|
|
|
|
| 37 |
documents=product_strings)
|
| 38 |
client.add(collection_name="recipes",
|
| 39 |
documents=recipe_strings)
|
| 40 |
+
model_name = "LeoLM/leo-hessianai-13b-chat"
|
| 41 |
|
| 42 |
last_messages = []
|
| 43 |
@spaces.GPU(duration=180)
|