Skip to content

Commit cad1a9b

Browse files
committed
revert
1 parent 90f324b commit cad1a9b

File tree

8 files changed

+26
-48
lines changed

8 files changed

+26
-48
lines changed

articles/ai-foundry/model-inference/how-to/use-chat-completions.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,43 @@ ms.date: 1/21/2025
1111
ms.author: mopeakande
1212
ms.reviewer: fasantia
1313
ms.custom: generated
14-
zone_pivot_groups: azure-ai-foundry-models-samples
14+
zone_pivot_groups: azure-ai-inference-samples
1515
---
1616

1717
# How to generate chat completions with Azure AI Foundry Models
1818

1919

20-
::: zone pivot="api-openai"
20+
::: zone pivot="programming-language-python"
2121

22-
[!INCLUDE [openai](../includes/use-chat-completions/openai.md)]
22+
[!INCLUDE [python](inference/python.md)]
2323

2424
::: zone-end
2525

2626

27-
::: zone pivot="api-inference"
27+
::: zone pivot="programming-language-javascript"
2828

29-
[!INCLUDE [inference](../includes/use-chat-completions/inference.md)]
29+
[!INCLUDE [javascript](inference/javascript.md)]
30+
31+
::: zone-end
32+
33+
34+
::: zone pivot="programming-language-java"
35+
36+
[!INCLUDE [java](inference/java.md)]
37+
38+
::: zone-end
39+
40+
41+
::: zone pivot="programming-language-csharp"
42+
43+
[!INCLUDE [csharp](inference/csharp.md)]
44+
45+
::: zone-end
46+
47+
48+
::: zone pivot="programming-language-rest"
49+
50+
[!INCLUDE [rest](inference/rest.md)]
3051

3152
::: zone-end
3253

articles/ai-foundry/model-inference/includes/use-chat-completions/inference.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

articles/ai-foundry/model-inference/includes/use-chat-completions/openai.md

Whitespace-only changes.

0 commit comments

Comments
 (0)