hp1318 commited on
Commit
e946fec
·
verified ·
1 Parent(s): 9e2b65f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ final_answer = FinalAnswerTool()
72
  model = HfApiModel(
73
  max_tokens=2096,
74
  temperature=0.5,
75
- model_id='https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud/',
76
  custom_role_conversions=None,
77
  )
78
 
 
72
  model = HfApiModel(
73
  max_tokens=2096,
74
  temperature=0.5,
75
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
76
  custom_role_conversions=None,
77
  )
78