This commit is contained in:
Chi Wang 2023-09-21 15:19:06 +00:00
parent 6f54631707
commit c8cdb2a752

View File

@ -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(
@ -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__":