Spaces:
Sleeping
Sleeping
ekhatskevich
commited on
Commit
·
5c64b24
1
Parent(s):
f944cf1
change model id
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ final_answer = FinalAnswerTool()
|
|
44 |
model = HfApiModel(
|
45 |
max_tokens=2096,
|
46 |
temperature=0.5,
|
47 |
-
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
48 |
custom_role_conversions=None,
|
49 |
)
|
50 |
|
|
|
44 |
model = HfApiModel(
|
45 |
max_tokens=2096,
|
46 |
temperature=0.5,
|
47 |
+
model_id="https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud", # "'Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
48 |
custom_role_conversions=None,
|
49 |
)
|
50 |
|