HenryY2023 commited on
Commit
f4554d4
·
verified ·
1 Parent(s): fa2bace

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ model = HfApiModel(
121
  max_tokens=2096,
122
  temperature=0.5,
123
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
124
- model_id='google/gemma-3-1b-it'
125
  custom_role_conversions=None,
126
  )
127
 
 
121
  max_tokens=2096,
122
  temperature=0.5,
123
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
124
+ model_id='google/gemma-3-1b-it',
125
  custom_role_conversions=None,
126
  )
127