gdms commited on
Commit
5deb7d1
·
1 Parent(s): 0575787

Temperatura 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(GPT_4_0_MINI_MODEL, temperature=0.2),
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(GPT_4_0_MINI_MODEL, 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,