mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-12 04:53:44 +08:00
feat: 增加Azure opanai 能力支持
This commit is contained in:
@@ -96,6 +96,7 @@ const cn = {
|
||||
Theme: "主题",
|
||||
TightBorder: "无边框模式",
|
||||
SendPreviewBubble: "发送预览气泡",
|
||||
|
||||
Prompt: {
|
||||
Disable: {
|
||||
Title: "禁用提示词自动补全",
|
||||
@@ -124,6 +125,12 @@ const cn = {
|
||||
SubTitle: "使用自己的 Key 可绕过密码访问限制",
|
||||
Placeholder: "OpenAI API Key",
|
||||
},
|
||||
EnableAOAI: "使用 Azure OpenAI",
|
||||
AzureDeploymentName: {
|
||||
Title: "Azure OpenAI 部署实例名称",
|
||||
SubTitle: "启用Azure OpenAI后, 输入部署的实例名称",
|
||||
Placeholder: "实例名称",
|
||||
},
|
||||
Usage: {
|
||||
Title: "余额查询",
|
||||
SubTitle(used: any, total: any) {
|
||||
|
Reference in New Issue
Block a user