mohammadKa143 commited on
Commit
c61b1ca
·
verified ·
1 Parent(s): 8ce28b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,7 +42,7 @@ final_answer = FinalAnswerTool()
42
  model = HfApiModel(
43
  max_tokens=2096,
44
  temperature=0.5,
45
- model_id='mistralai/Mistral-7B-Instruct-v0.2',# it is possible that this model may be overloaded
46
  custom_role_conversions=None,
47
  )
48
 
@@ -59,7 +59,7 @@ agent = CodeAgent(
59
  my_custom_tool,
60
  get_current_time_in_timezone], ## add your tools here (don't remove final answer)
61
  max_steps=6,
62
- verbosity_level=2,
63
  grammar=None,
64
  planning_interval=None,
65
  name=None,
 
42
  model = HfApiModel(
43
  max_tokens=2096,
44
  temperature=0.5,
45
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
46
  custom_role_conversions=None,
47
  )
48
 
 
59
  my_custom_tool,
60
  get_current_time_in_timezone], ## add your tools here (don't remove final answer)
61
  max_steps=6,
62
+ verbosity_level=1,
63
  grammar=None,
64
  planning_interval=None,
65
  name=None,