Skip to content

Commit a592f2e

Browse files
committed
Refreshes how-to-integrate-with-inference-skds.md
1 parent ebac15f commit a592f2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/ai-foundry/foundry-local/how-to/how-to-integrate-with-inference-sdks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: build-2025
88
ms.topic: how-to
99
ms.author: jburchel
1010
ms.reviewer: samkemp
11-
ms.date: 07/03/2025
11+
ms.date: 10/01/2025
1212
zone_pivot_groups: foundry-local-sdk
1313
author: jonburchel
1414
reviewer: samuel100
@@ -18,11 +18,11 @@ reviewer: samuel100
1818

1919
[!INCLUDE [foundry-local-preview](./../includes/foundry-local-preview.md)]
2020

21-
Foundry Local integrates with various inferencing SDKs - such as OpenAI, Azure OpenAI, Langchain, etc. This guide shows you how to connect your applications to locally running AI models using popular SDKs.
21+
Foundry Local integrates with inference SDKs such as OpenAI, Azure OpenAI, and LangChain. This article shows you how to connect your app to local AI models using popular SDKs.
2222

2323
## Prerequisites
2424

25-
- Foundry Local installed. See the [Get started with Foundry Local](../get-started.md) article for installation instructions.
25+
- Install Foundry Local. See [Get started with Foundry Local](../get-started.md) for instructions.
2626

2727
::: zone pivot="programming-language-python"
2828
[!INCLUDE [Python](../includes/integrate-examples/python.md)]
@@ -31,10 +31,10 @@ Foundry Local integrates with various inferencing SDKs - such as OpenAI, Azure O
3131
[!INCLUDE [JavaScript](../includes/integrate-examples/javascript.md)]
3232
::: zone-end
3333
::: zone pivot="programming-language-csharp"
34-
[!INCLUDE [JavaScript](../includes/integrate-examples/csharp.md)]
34+
[!INCLUDE [C#](../includes/integrate-examples/csharp.md)]
3535
::: zone-end
3636
::: zone pivot="programming-language-rust"
37-
[!INCLUDE [JavaScript](../includes/integrate-examples/rust.md)]
37+
[!INCLUDE [Rust](../includes/integrate-examples/rust.md)]
3838
::: zone-end
3939

4040
## Next steps

0 commit comments

Comments
 (0)