version update (#2908)

* version update

* version update
This commit is contained in:
Chi Wang
2024-06-10 11:23:51 -07:00
committed by GitHub
parent d578d0dfd9
commit 2d6c8c012b
26 changed files with 45 additions and 45 deletions

View File

@@ -58,7 +58,7 @@ JSON_SAMPLE = """
"api_key": "111113fc7e8a46419bfac511bb301111",
"base_url": "https://1111.openai.azure.com",
"api_type": "azure",
"api_version": "2024-02-15-preview"
"api_version": "2024-02-01"
},
{
"model": "gpt",
@@ -83,7 +83,7 @@ FILTER_CONFIG_TEST = [
"expected": JSON_SAMPLE_DICT[2:4],
},
{
"filter_dict": {"api_type": "azure", "api_version": "2024-02-15-preview"},
"filter_dict": {"api_type": "azure", "api_version": "2024-02-01"},
"exclude": False,
"expected": [JSON_SAMPLE_DICT[2]],
},

View File

@@ -202,7 +202,7 @@ def test_log_oai_client(db_connection):
openai_config = {
"api_key": "some_key",
"api_version": "2024-02-15-preview",
"api_version": "2024-02-01",
"azure_deployment": "gpt-4",
"azure_endpoint": "https://foobar.openai.azure.com/",
}