Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
|
137 |
model = HfApiModel(
|
138 |
max_tokens=2096,
|
139 |
temperature=0.5,
|
140 |
-
|
141 |
#model_id='meta-llama/Llama-3.2-3B-Instruct', # Here I used another model to compare the results
|
142 |
custom_role_conversions=None,
|
143 |
)
|
|
|
137 |
model = HfApiModel(
|
138 |
max_tokens=2096,
|
139 |
temperature=0.5,
|
140 |
+
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
141 |
#model_id='meta-llama/Llama-3.2-3B-Instruct', # Here I used another model to compare the results
|
142 |
custom_role_conversions=None,
|
143 |
)
|