avoid scan tool false alarm (#3218)

Co-authored-by: gongwn1 <gongwn1@lenovo.com>
This commit is contained in:
wenngong 2024-07-27 00:38:09 +08:00 committed by GitHub
parent f9295c4c39
commit f048776685
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,8 +55,8 @@ JSON_SAMPLE = """
{ {
"model": "gpt-35-turbo-v0301", "model": "gpt-35-turbo-v0301",
"tags": ["gpt-3.5-turbo", "gpt35_turbo"], "tags": ["gpt-3.5-turbo", "gpt35_turbo"],
"api_key": "111113fc7e8a46419bfac511bb301111", "api_key": "azureoaiapikey",
"base_url": "https://1111.openai.azure.com", "base_url": "https://deployment_name.openai.azure.com",
"api_type": "azure", "api_type": "azure",
"api_version": "2024-02-01" "api_version": "2024-02-01"
}, },