Chinez-dev commited on
Commit
5aca892
·
verified ·
1 Parent(s): 444d1a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ final_answer = FinalAnswerTool()
187
  model = HfApiModel(
188
  max_tokens=2096,
189
  temperature=0.5,
190
- model_id='Qwen/Qwen3-8B',# it is possible that this model may be overloaded
191
  custom_role_conversions=None,
192
  )
193
 
 
187
  model = HfApiModel(
188
  max_tokens=2096,
189
  temperature=0.5,
190
+ model_id='meta-llama/Llama-3.1-8B-Instruct',# it is possible that this model may be overloaded
191
  custom_role_conversions=None,
192
  )
193