sam522 commited on
Commit
ba9122a
·
verified ·
1 Parent(s): e5aab38

Update app.py

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