Spaces:
Sleeping
Sleeping
IQAir.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
|
50 |
)
|
51 |
|
52 |
# dobavlen tool
|
@@ -67,4 +67,4 @@ agent = CodeAgent(
|
|
67 |
prompt_templates=prompt_templates
|
68 |
)
|
69 |
|
70 |
-
GradioUI(agent).launch()
|
|
|
46 |
max_tokens=2096,
|
47 |
temperature=0.5,
|
48 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
49 |
+
custom_role_conversions='AI Assistant',
|
50 |
)
|
51 |
|
52 |
# dobavlen tool
|
|
|
67 |
prompt_templates=prompt_templates
|
68 |
)
|
69 |
|
70 |
+
GradioUI(agent).launch(share=True)
|