Spaces:
Sleeping
Sleeping
Temperatura supervisor
Browse files
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
|
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,
|