Spaces:
Running
Running
Update app.py
Browse filestry second model
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 |
-
|
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',
|