Sandiago21 commited on
Commit
7377875
·
verified ·
1 Parent(s): 739f6d6

Update app.py to switch to free tier model_id

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ class BasicAgent:
30
  model = HfApiModel(
31
  max_tokens=2096,
32
  temperature=0.0,
33
- model_id='HuggingFaceH4/zephyr-7b-beta',# it is possible that this model may be overloaded
34
  custom_role_conversions=None,
35
  )
36
 
 
30
  model = HfApiModel(
31
  max_tokens=2096,
32
  temperature=0.0,
33
+ model_id="mistralai/Mistral-7B-Instruct-v0.2",# it is possible that this model may be overloaded
34
  custom_role_conversions=None,
35
  )
36