ArslanFOX commited on
Commit
16a3008
·
verified ·
1 Parent(s): 28c5edc
Files changed (1) hide show
  1. app.py +2 -2
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
@@ -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)