Skip to content

Commit

Permalink
Fix failing GitGuardian check (#3228)
Browse files Browse the repository at this point in the history
  • Loading branch information
umermansoor authored and victordibia committed Jul 30, 2024
1 parent d5911f0 commit 1ff36d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/oai/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1ff36d0

Please sign in to comment.