Abdullah104 commited on
Commit
192d9dd
·
verified ·
1 Parent(s): 9b4ddf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,8 +76,8 @@ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
76
  model = HfApiModel(
77
  max_tokens=2096,
78
  temperature=0.5,
79
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
80
- # model_id=model_id,# it is possible that this model may be overloaded
81
 
82
  custom_role_conversions=None,
83
  )
 
76
  model = HfApiModel(
77
  max_tokens=2096,
78
  temperature=0.5,
79
+ # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
80
+ model_id=model_id,# it is possible that this model may be overloaded
81
 
82
  custom_role_conversions=None,
83
  )