jwa91 commited on
Commit
276e39e
·
verified ·
1 Parent(s): f7b8c83

Update app.py

Browse files

debugging: change model

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ final_answer = FinalAnswerTool()
87
  model = HfApiModel(
88
  max_tokens=2096,
89
  temperature=0.5,
90
- model_id='Qwen/Qwen2.5-Coder-7B-Instruct',
91
  custom_role_conversions=None,
92
  )
93
 
 
87
  model = HfApiModel(
88
  max_tokens=2096,
89
  temperature=0.5,
90
+ model_id='Qwen/Qwen2.5-7B-Instruct-1M',
91
  custom_role_conversions=None,
92
  )
93