chughtaihamad commited on
Commit
9281666
·
verified ·
1 Parent(s): 2e97665

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,11 +59,12 @@ final_answer = FinalAnswerTool()
59
 
60
  # If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
61
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
 
62
 
63
  model = HfApiModel(
64
  max_tokens=2046,
65
  temperature=0.5,
66
- model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
67
  custom_role_conversions=None,
68
  )
69
 
 
59
 
60
  # If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
61
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
62
+ # deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
63
 
64
  model = HfApiModel(
65
  max_tokens=2046,
66
  temperature=0.5,
67
+ model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
68
  custom_role_conversions=None,
69
  )
70