Skip to content

Commit 687f338

Browse files
authored
Remove locale
1 parent 75637d5 commit 687f338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-studio/reference/reference-model-inference-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const client = new ModelClient(
152152
);
153153
```
154154

155-
Explore our [samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) and read the [API reference documentation](https://learn.microsoft.com/en-us/javascript/api/@azure-rest/ai-inference) to get yourself started.
155+
Explore our [samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) and read the [API reference documentation](https://learn.microsoft.com/javascript/api/@azure-rest/ai-inference) to get yourself started.
156156

157157
# [C#](#tab/csharp)
158158

@@ -602,7 +602,7 @@ Explore our [samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sd
602602

603603
The client library `@azure-rest/ai-inference` does inference, including chat completions, for AI models deployed by Azure AI Studio and Azure Machine Learning Studio. It supports Serverless API endpoints and Managed Compute endpoints (formerly known as Managed Online Endpoints).
604604

605-
Explore our [samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) and read the [API reference documentation](https://learn.microsoft.com/en-us/javascript/api/@azure-rest/ai-inference) to get yourself started.
605+
Explore our [samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) and read the [API reference documentation](https://learn.microsoft.com/javascript/api/@azure-rest/ai-inference) to get yourself started.
606606

607607
# [C#](#tab/csharp)
608608

0 commit comments

Comments
 (0)