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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -120,7 +120,8 @@ final_answer = FinalAnswerTool()
120
  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
  custom_role_conversions=None,
125
  )
126
 
 
120
  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