From f048776685f025bcbc666a8139ed2a8b5418badc Mon Sep 17 00:00:00 2001 From: wenngong <76683249+wenngong@users.noreply.github.com> Date: Sat, 27 Jul 2024 00:38:09 +0800 Subject: [PATCH] avoid scan tool false alarm (#3218) Co-authored-by: gongwn1 --- test/oai/test_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/oai/test_utils.py b/test/oai/test_utils.py index 96956d07d..f95a30257 100755 --- a/test/oai/test_utils.py +++ b/test/oai/test_utils.py @@ -55,8 +55,8 @@ JSON_SAMPLE = """ { "model": "gpt-35-turbo-v0301", "tags": ["gpt-3.5-turbo", "gpt35_turbo"], - "api_key": "111113fc7e8a46419bfac511bb301111", - "base_url": "https://1111.openai.azure.com", + "api_key": "azureoaiapikey", + "base_url": "https://deployment_name.openai.azure.com", "api_type": "azure", "api_version": "2024-02-01" },