funcky commited on
Commit
2dc78cf
·
verified ·
1 Parent(s): 6ba9642

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ final_answer = FinalAnswerTool()
44
  model = HfApiModel(
45
  max_tokens=2096,
46
  temperature=0.5,
47
- model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
48
- # model_id="mistralai/Mistral-7B-Instruct-v0.2",
49
  custom_role_conversions=None,
50
  )
51
 
 
44
  model = HfApiModel(
45
  max_tokens=2096,
46
  temperature=0.5,
47
+ # model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
48
+ model_id="deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
49
  custom_role_conversions=None,
50
  )
51