From 8f317cd2fd15bf8ed1d6d184820f5a5c0d2a0c08 Mon Sep 17 00:00:00 2001 From: Zachary Date: Wed, 12 Jun 2024 09:20:20 +0200 Subject: [PATCH] Update on gpt-4o azure version date For Azure gpt-4o : 2024-05-13 Note: You can deploy GPT-4o in the following US regions only at this time: eastus, eastus2, northcentralus, southcentralus, westus, westus3. --- OAI_CONFIG_LIST_sample | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/OAI_CONFIG_LIST_sample b/OAI_CONFIG_LIST_sample index 9fc0dc803a0..9fa38092ba4 100644 --- a/OAI_CONFIG_LIST_sample +++ b/OAI_CONFIG_LIST_sample @@ -9,11 +9,12 @@ "tags": ["gpt-4", "tool"] }, { - "model": "", - "api_key": "", - "base_url": "", + "model": "gpt-4o", + "api_key": "AZURE_OPENAI_API_KEY", + "base_url": "https://URL.azure.com/ ", "api_type": "azure", - "api_version": "2024-02-15-preview" + "api_version": "2024-05-13", + "tags": ["gpt-4o", "gpt-4", "tool"] }, { "model": "",