Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sonichi committed Sep 21, 2023
1 parent 6f54631 commit c8cdb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_agentchat_auto_feedback_from_code(save=False):
reason="do not run if openai is not installed or py!=3.10",
)
def test_openai_completion(save=False):
run_notebook("openai_completion.ipynb", save=save)
run_notebook("oai_completion.ipynb", save=save)


@pytest.mark.skipif(
Expand All @@ -81,7 +81,7 @@ def test_agentchat_MathChat(save=False):
reason="do not run if openai is not installed or py!=3.11",
)
def test_chatgpt_gpt4(save=False):
run_notebook("chatgpt_gpt4.ipynb", save=save)
run_notebook("oai_chatgpt_gpt4.ipynb", save=save)


if __name__ == "__main__":
Expand Down

0 comments on commit c8cdb2a

Please sign in to comment.