mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-02 11:37:55 +00:00
avoid scan tool false alarm (#3218)
Co-authored-by: gongwn1 <gongwn1@lenovo.com>
This commit is contained in:
parent
f9295c4c39
commit
f048776685
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user