danielkorat commited on
Commit
86d4194
·
verified ·
1 Parent(s): 916ee60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -230,7 +230,8 @@ BROWSER_CONFIG = {
230
  os.makedirs(f"./{BROWSER_CONFIG['downloads_folder']}", exist_ok=True)
231
 
232
  model = HfApiModel(
233
- model_id="https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud",
 
234
  custom_role_conversions=custom_role_conversions,
235
  )
236
 
 
230
  os.makedirs(f"./{BROWSER_CONFIG['downloads_folder']}", exist_ok=True)
231
 
232
  model = HfApiModel(
233
+ # model_id="https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud",
234
+ model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
235
  custom_role_conversions=custom_role_conversions,
236
  )
237