Ankerkraut commited on
Commit
4c9753f
·
1 Parent(s): fe66e47
Files changed (1) hide show
  1. app.py +1 -1
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-70b-chat"
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)