Spaces:
Running
Running
Update app.py
Browse filesoriginal model
app.py
CHANGED
@@ -56,12 +56,12 @@ final_answer = FinalAnswerTool()
|
|
56 |
model = HfApiModel(
|
57 |
max_tokens=2096,
|
58 |
temperature=0.5,
|
59 |
-
|
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',
|
64 |
-
token=os.getenv('HF_TOKEN_WRITE'),
|
65 |
custom_role_conversions=None,
|
66 |
)
|
67 |
|
|
|
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',
|
64 |
+
#token=os.getenv('HF_TOKEN_WRITE'),
|
65 |
custom_role_conversions=None,
|
66 |
)
|
67 |
|