You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: localizedContent/zh/content/features/ai-assistant.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,31 +72,31 @@ AI 助手采用自带密钥 BYOK 模式。 你只需从受支持的提供商中
72
72
73
73
### Azure OpenAI
74
74
75
-
Select**Azure OpenAI**as the provider and configure three fields:
75
+
选择**Azure OpenAI**作为提供商,并配置以下三个字段:
76
76
77
-
-**API key** — the access key for your Azure OpenAI resource
78
-
-**Service endpoint** — the endpoint URL for your resource, for example `https://your-resource.openai.azure.com`. Use the resource URL, not the `privatelink`alias; the SSL certificate is issued for `*.openai.azure.com`and connecting directly to `*.privatelink.openai.azure.com`fails certificate validation
79
-
-**Model name** — the**deployment name**, not the underlying model name and not the resource name
Azure OpenAI requires the deployment name in every API call. A deployment name is chosen when the deployment is created, so it can be any string. Deployments are often named after the model they serve (for example `gpt-4o`), but that is a convention, not a requirement. If you enter the resource name or a raw model name that does not exist as a deployment, the request fails.
81
+
Azure OpenAI 要求在每次 API 调用中都提供部署名称。 部署名称是在创建部署时指定的,因此它可以是任意字符串。 部署通常会以其所服务的模型命名(例如 `gpt-4o`),但这只是约定,并非强制要求。 如果你输入的是资源名称,或者一个并未作为部署存在的底层模型名称,请求就会失败。
82
82
83
-
#### Finding your deployment name
83
+
#### 查找部署名称
84
84
85
-
In the [Azure AI Foundry portal](https://ai.azure.com):
85
+
在 [Azure AI Foundry 门户](https://ai.azure.com) 中:
86
86
87
-
1.Sign in and select your Azure OpenAI resource
88
-
2.Open**Deployments** (or**Models + endpoints** if the resource has been upgraded to Foundry)
89
-
3.Copy the value from the **Name**column
87
+
1.登录并选择你的 Azure OpenAI 资源
88
+
2.打开**部署**(如果资源已升级到 Foundry,则为**模型 + 终结点**)
89
+
3.复制 **名称**列中的值
90
90
91
-
Deployments created before your organization adopted Azure AI Foundry may not appear in the portal. List them from the Azure CLI:
91
+
在你的组织采用 Azure AI Foundry 之前创建的部署,可能不会显示在门户中。 可通过 Azure CLI 列出它们:
92
92
93
93
```bash
94
94
az cognitiveservices account deployment list --name "<resource-name>" --resource-group "<resource-group>" --output table
95
95
```
96
96
97
-
See [Create and deploy an Azure OpenAI resource](https://learn.microsoft.com/azure/ai-foundry/openai/how-to/create-resource#deploy-a-model) for more details.
@@ -320,7 +320,7 @@ AI 助手在向 AI 提供商发送数据之前会先征求你的同意。 同意
320
320
321
321
其他减少 token 使用量的方法:
322
322
323
-
-Ask focused questions about specific tables, measures or columns rather than broad questions about the entire model. A vague prompt such as _"Set display folders on all measures"_ forces the assistant to retrieve metadata for the entire model. A specific prompt such as _"Set display folders on the measures I have selected"_ limits the context to the current selection and uses far fewer tokens
0 commit comments