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

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="mistralai/Mistral-7B-Instruct-v0.2",# 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="google/gemma-2b-it",# it is possible that this model may be overloaded
34
  custom_role_conversions=None,
35
  )
36