sam522 commited on
Commit
bf4b76a
·
verified ·
1 Parent(s): d7292ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,8 +51,9 @@ final_answer = FinalAnswerTool()
51
  model = HfApiModel(
52
  max_tokens=2096,
53
  temperature=0.5,
 
54
  #model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
55
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
56
  custom_role_conversions=None,
57
  )
58
 
 
51
  model = HfApiModel(
52
  max_tokens=2096,
53
  temperature=0.5,
54
+ model_id='Qwen/Qwen2.5-Coder-7B-Instruct',
55
  #model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
56
+ #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
57
  custom_role_conversions=None,
58
  )
59