Vaishak G Kumar commited on
Commit
8c11bd6
·
verified ·
1 Parent(s): 25d3749

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -99,7 +99,7 @@ def process_query(oai_key, query, max_auto_reply):
99
  agents_factory = AgentsFactory(llm_config, json_file_path)
100
 
101
  # Retrieve the Boss Assistant agent
102
- boss_assistant = agents_factory.scitonic()
103
 
104
  # Select and initiate team based on team mapping
105
  team_function = {
 
99
  agents_factory = AgentsFactory(llm_config, json_file_path)
100
 
101
  # Retrieve the Boss Assistant agent
102
+ boss_aid = agents_factory.scitonic()
103
 
104
  # Select and initiate team based on team mapping
105
  team_function = {