nickzf commited on
Commit
e46e2a0
·
verified ·
1 Parent(s): 3a2b79b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ final_answer = FinalAnswerTool()
60
  model = HfApiModel(
61
  max_tokens=2096,
62
  temperature=0.5,
63
- model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
64
  custom_role_conversions=None,
65
  )
66
 
 
60
  model = HfApiModel(
61
  max_tokens=2096,
62
  temperature=0.5,
63
+ model_id='Qwen/Qwen2.5-Coder-14B-Instruct',
64
  custom_role_conversions=None,
65
  )
66