From 1ff36d07a280eeb38075810959a9533fbc0c1a75 Mon Sep 17 00:00:00 2001 From: Umer Mansoor Date: Fri, 26 Jul 2024 15:10:33 -0700 Subject: [PATCH] Fix failing GitGuardian check (#3228) --- test/oai/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/oai/test_utils.py b/test/oai/test_utils.py index f95a30257fd7..fd81d3f9f548 100755 --- a/test/oai/test_utils.py +++ b/test/oai/test_utils.py @@ -55,7 +55,7 @@ { "model": "gpt-35-turbo-v0301", "tags": ["gpt-3.5-turbo", "gpt35_turbo"], - "api_key": "azureoaiapikey", + "api_key": "Your Azure OAI API Key", "base_url": "https://deployment_name.openai.azure.com", "api_type": "azure", "api_version": "2024-02-01"