saretta00 commited on
Commit
7242445
·
verified ·
1 Parent(s): c0b18b7

change model

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,7 +36,8 @@ final_answer = FinalAnswerTool()
36
  model = HfApiModel(
37
  max_tokens=2096,
38
  temperature=0.5,
39
- model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
 
40
  custom_role_conversions=None,
41
  )
42
 
 
36
  model = HfApiModel(
37
  max_tokens=2096,
38
  temperature=0.5,
39
+ #model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
40
+ model_id="deepseek-ai/DeepSeek-R1",
41
  custom_role_conversions=None,
42
  )
43