Skip to content

Commit

Permalink
avoid scan tool false alarm (microsoft#3218)
Browse files Browse the repository at this point in the history
Co-authored-by: gongwn1 <[email protected]>
  • Loading branch information
Zizo-Vi and gongwn1 authored Jul 26, 2024
1 parent f9295c4 commit f048776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/oai/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
{
"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"
},
Expand Down

0 comments on commit f048776

Please sign in to comment.