Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ model = HfApiModel(
|
|
46 |
max_tokens=2096,
|
47 |
temperature=0.5,
|
48 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
49 |
-
custom_role_conversions=AI Air Quality Agent,
|
50 |
)
|
51 |
|
52 |
# dobavlen tool
|
|
|
46 |
max_tokens=2096,
|
47 |
temperature=0.5,
|
48 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
49 |
+
custom_role_conversions='AI Air Quality Agent',
|
50 |
)
|
51 |
|
52 |
# dobavlen tool
|