Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from my_tools import *
|
|
14 |
# If the agent does not answer, the model is overloaded, please use another model or the original Hugging Face Endpoint for contains qwen2.5 coder:
|
15 |
# 'Qwen/Qwen2.5-Coder-32B-Instruct'
|
16 |
model = HfApiModel(
|
17 |
-
max_tokens=
|
18 |
temperature=0.5,
|
19 |
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud', # Endpoint with 'Qwen/Qwen2.5-Coder-32B-Instruct'
|
20 |
custom_role_conversions=None,
|
|
|
14 |
# If the agent does not answer, the model is overloaded, please use another model or the original Hugging Face Endpoint for contains qwen2.5 coder:
|
15 |
# 'Qwen/Qwen2.5-Coder-32B-Instruct'
|
16 |
model = HfApiModel(
|
17 |
+
max_tokens=10000,
|
18 |
temperature=0.5,
|
19 |
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud', # Endpoint with 'Qwen/Qwen2.5-Coder-32B-Instruct'
|
20 |
custom_role_conversions=None,
|