ml5050 commited on
Commit
1f6dcdf
·
verified ·
1 Parent(s): 7bf85c3

Update app.py

Browse files

try second model

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,8 +56,8 @@ final_answer = FinalAnswerTool()
56
  model = HfApiModel(
57
  max_tokens=2096,
58
  temperature=0.5,
59
- model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
60
- #model_id='https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud',
61
  #model_id='Qwen/Qwen2.5-Coder-3B-Instruct',
62
  #model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
63
  #model_id='https://i3krvakf2arisixm.us-east-1.aws.endpoints.huggingface.cloud',
 
56
  model = HfApiModel(
57
  max_tokens=2096,
58
  temperature=0.5,
59
+ #model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
60
+ model_id='https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud',
61
  #model_id='Qwen/Qwen2.5-Coder-3B-Instruct',
62
  #model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
63
  #model_id='https://i3krvakf2arisixm.us-east-1.aws.endpoints.huggingface.cloud',