Skip to content

Commit

Permalink
Removed agentchat_hierarchy_flow_using_select_speaker and modified ag…
Browse files Browse the repository at this point in the history
…entchat_groupchat_finite_state_machine
  • Loading branch information
joshkyh committed Feb 26, 2024
1 parent 6338a01 commit 7336057
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions test/test_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,21 +101,12 @@ def _test_oai_chatgpt_gpt4(save=False):
run_notebook("oai_chatgpt_gpt4.ipynb", save=save)


@pytest.mark.skipif(
skip or not sys.version.startswith("3.11"),
reason="do not run if openai is not installed or py!=3.11",
)
def _test_hierarchy_flow_using_select_speaker(save=False):
# TODO: recover this test after rewriting after the new group chat api
run_notebook("agentchat_hierarchy_flow_using_select_speaker.ipynb", save=save)


@pytest.mark.skipif(
skip or not sys.version.startswith("3.12"),
reason="do not run if openai is not installed or py!=3.12",
)
def test_graph_modelling_language_using_select_speaker(save=False):
run_notebook("agentchat_graph_modelling_language_using_select_speaker.ipynb", save=save)
def test_agentchat_groupchat_finite_state_machine(save=False):
run_notebook("agentchat_groupchat_finite_state_machine.ipynb", save=save)


@pytest.mark.skipif(
Expand Down

0 comments on commit 7336057

Please sign in to comment.