gdms commited on
Commit
922b475
·
1 Parent(s): 4f3dd54

Voltando temperatura do supervisor

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -35,7 +35,7 @@ class Agent:
35
 
36
  print("--> Supervisor")
37
  self.supervisor = create_supervisor(
38
- model=init_chat_model("openai:gpt-4o-mini"),
39
  agents=[self.web_search_agent, self.audio_agent],
40
  tools=[bird_video_count_tool,chess_image_to_fen_tool,chess_fen_get_best_next_move_tool,
41
  get_excel_columns_tool, calculate_excel_sum_by_columns_tool,execute_python_code_tool,
 
35
 
36
  print("--> Supervisor")
37
  self.supervisor = create_supervisor(
38
+ model=init_chat_model("openai:gpt-4o-mini", temperature=0),
39
  agents=[self.web_search_agent, self.audio_agent],
40
  tools=[bird_video_count_tool,chess_image_to_fen_tool,chess_fen_get_best_next_move_tool,
41
  get_excel_columns_tool, calculate_excel_sum_by_columns_tool,execute_python_code_tool,