Skip to content

Commit

Permalink
multi_agent_type
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihozturkh2o committed Sep 10, 2024
1 parent 6dbcf8f commit 09ce64d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openai_server/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,6 @@ def get_generator(instruction, gen_kwargs, use_agent=False, stream_output=False,
from openai_server.agent_utils import set_dummy_term, run_agent
set_dummy_term() # before autogen imported

# TODO: how to pass agent_type?
print("agent_type: %s" % agent_type, flush=True)
if agent_type == 'auto':
agent_type = 'autogen_2agent'

Expand Down

0 comments on commit 09ce64d

Please sign in to comment.