diff --git a/web/admin-spa/src/components/accounts/AccountForm.vue b/web/admin-spa/src/components/accounts/AccountForm.vue index 1f113bcd..49c5cc83 100644 --- a/web/admin-spa/src/components/accounts/AccountForm.vue +++ b/web/admin-spa/src/components/accounts/AccountForm.vue @@ -346,13 +346,13 @@
{{ t('accountForm.awsAccessKeyId') }} @@ -363,13 +363,13 @@
{{ t('accountForm.awsSecretAccessKey') }} @@ -380,13 +380,13 @@
{{ t('accountForm.awsRegion') }} @@ -414,31 +414,31 @@
{{ t('accountForm.sessionTokenOptional') }}

- 仅在使用临时 AWS 凭证时需要填写 + {{ t('accountForm.sessionTokenDescription') }}

{{ t('accountForm.defaultModelLabel') }}

- 留空将使用系统默认模型。支持 inference profile ID 或 ARN + {{ t('accountForm.defaultModelDescription') }}

@@ -458,16 +458,16 @@
{{ t('accountForm.smallFastModelLabel') }}

- 用于快速响应的轻量级模型,留空将使用系统默认 + {{ t('accountForm.smallFastModelDescription') }}

@@ -476,13 +476,13 @@
{{ t('accountForm.azureEndpoint') }} @@ -490,13 +490,13 @@ {{ errors.azureEndpoint }}

- Azure OpenAI 资源的终结点 URL,格式:https://your-resource.openai.azure.com + {{ t('accountForm.azureEndpointDescription') }}

{{ t('accountForm.azureApiVersion') }}

- Azure OpenAI API 版本,默认使用最新稳定版本 2024-02-01 + {{ t('accountForm.azureApiVersionDescription') }}

{{ t('accountForm.azureDeploymentName') }} @@ -525,19 +525,19 @@ {{ errors.deploymentName }}

- 在 Azure OpenAI Studio 中创建的部署名称 + {{ t('accountForm.azureDeploymentDescription') }}

{{ t('accountForm.azureApiKey') }} @@ -545,13 +545,13 @@ {{ errors.apiKey }}

- 从 Azure 门户获取的 API 密钥 + {{ t('accountForm.azureEndpointDescription') }}

{{ t('accountForm.azureSupportedModels') }}