Skip to content

Commit 520c4b2

Browse files
committed
Package references
1 parent 25e8099 commit 520c4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ai/quickstarts/quickstart-local-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Complete the following steps to create a .NET console app that will connect to y
5454
dotnet new console
5555
```
5656

57-
1. Add the Semantic Kernel SDK package to your app:
57+
1. Add the [Semantic Kernel SDK](https://www.nuget.org/packages/Microsoft.SemanticKernel) and the [Semantic Kernel Ollama Connector](https://www.nuget.org/packages/Microsoft.SemanticKernel.Connectors.Ollama/1.25.0-alpha) packages to your app:
5858

5959
```dotnetcli
6060
dotnet add package Microsoft.SemanticKernel

0 commit comments

Comments
 (0)