mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
添加Azure配置支持,修复重复的配置项冲突
This commit is contained in:
parent
5028c2ea67
commit
57416dcd03
3 changed files with 27 additions and 2 deletions
|
|
@ -61,6 +61,10 @@
|
|||
"label": "必应",
|
||||
"value": "bing"
|
||||
},
|
||||
{
|
||||
"label": "Azure OpenAI",
|
||||
"value": "azure"
|
||||
},
|
||||
{
|
||||
"label": "ChatGPT API",
|
||||
"value": "api"
|
||||
|
|
@ -823,6 +827,27 @@
|
|||
"data": "bardForceUseReverse"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Azure",
|
||||
"tab": "azure",
|
||||
"view": [
|
||||
{
|
||||
"type": "password",
|
||||
"label": "Azure API Key",
|
||||
"data": "azApiKey"
|
||||
},
|
||||
{
|
||||
"type": "url",
|
||||
"label": "端点地址",
|
||||
"data": "azureUrl"
|
||||
},
|
||||
{
|
||||
"type": "url",
|
||||
"label": "部署名称",
|
||||
"data": "azureDeploymentName"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue