Skip to content
Snippets Groups Projects
Unverified Commit d04b4af0 authored by James Briggs's avatar James Briggs
Browse files

fix: update model version in tests

parent ea1be71c
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class TestOpenAILLM:
def test_azure_openai_llm_init_with_api_key(self, azure_openai_llm):
assert azure_openai_llm.client is not None, "Client should be initialized"
assert (
azure_openai_llm.name == "gpt-3.5-turbo"
azure_openai_llm.name == "gpt-4o"
), "Default name not set correctly"
def test_azure_openai_llm_init_success(self, mocker):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment