Spaces:
Sleeping
Sleeping
Select different model
Browse files
app.py
CHANGED
@@ -71,7 +71,8 @@ final_answer = FinalAnswerTool()
|
|
71 |
model = HfApiModel(
|
72 |
max_tokens=2096,
|
73 |
temperature=0.5,
|
74 |
-
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
|
|
75 |
custom_role_conversions=None,
|
76 |
)
|
77 |
|
|
|
71 |
model = HfApiModel(
|
72 |
max_tokens=2096,
|
73 |
temperature=0.5,
|
74 |
+
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
75 |
+
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
|
76 |
custom_role_conversions=None,
|
77 |
)
|
78 |
|