Spaces:
Running
Running
Update app.py
Browse filesremove prev model id
app.py
CHANGED
@@ -56,7 +56,7 @@ final_answer = FinalAnswerTool()
|
|
56 |
model = HfApiModel(
|
57 |
max_tokens=2096,
|
58 |
temperature=0.5,
|
59 |
-
model_id='wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
|
60 |
#model_id='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',
|
|
|
56 |
model = HfApiModel(
|
57 |
max_tokens=2096,
|
58 |
temperature=0.5,
|
59 |
+
#model_id='wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
|
60 |
#model_id='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',
|