mirror of https://github.com/microsoft/autogen.git
Fix failing GitGuardian check (#3228)
This commit is contained in:
parent
f048776685
commit
0c5cbd8b2b
|
@ -55,7 +55,7 @@ JSON_SAMPLE = """
|
|||
{
|
||||
"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"
|
||||
|
|
Loading…
Reference in New Issue