Bastati commited on
Commit
3a92bf4
·
1 Parent(s): 657f4cd

Updated the agent

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -13,7 +13,7 @@ web_page_visit_tool = VisitWebpageTool()
13
  python_script_reader_tool = ReadPythonScript()
14
  final_answer = FinalAnswerTool()
15
  # --- Basic Agent Definition ---
16
- def build_agent(model_id:str='meta-llama/Llama-3.3-70B-Instruct'):
17
  model = InferenceClientModel(
18
  max_tokens=4192,
19
  temperature=0.5,
 
13
  python_script_reader_tool = ReadPythonScript()
14
  final_answer = FinalAnswerTool()
15
  # --- Basic Agent Definition ---
16
+ def build_agent(model_id:str='Qwen/Qwen2.5-Coder-32B-Instruct'):
17
  model = InferenceClientModel(
18
  max_tokens=4192,
19
  temperature=0.5,