beitemian commited on
Commit
969dca4
·
verified ·
1 Parent(s): 55575ef

changemodel2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ final_answer = FinalAnswerTool()
85
  model = HfApiModel(
86
  max_tokens=2096,
87
  temperature=0.5,
88
- model_id='Qwen/Qwen2.5-7B-Instruct-1M',# it is possible that this model may be overloaded
89
  custom_role_conversions=None,
90
  )
91
 
 
85
  model = HfApiModel(
86
  max_tokens=2096,
87
  temperature=0.5,
88
+ model_id='beitemian/qwen_qa_model',# it is possible that this model may be overloaded
89
  custom_role_conversions=None,
90
  )
91