saretta00 commited on
Commit
3be1923
·
verified ·
1 Parent(s): e7148d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -70,7 +70,6 @@ model = HfApiModel(
70
  max_tokens=2096,
71
  temperature=0.5,
72
  model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
73
- #model_id="deepseek-ai/DeepSeek-R1",
74
  custom_role_conversions=None,
75
  )
76
 
 
70
  max_tokens=2096,
71
  temperature=0.5,
72
  model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
 
73
  custom_role_conversions=None,
74
  )
75