File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/ai-foundry/foundry-local/includes/integrate-examples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ cd hello-foundry-local
2020Install the following NuGet packages into your project folder:
2121
2222``` bash
23- dotnet add package Microsoft.AI.Foundry.Local --pre-release
23+ dotnet add package Microsoft.AI.Foundry.Local --version 0.1.0
2424dotnet add package OpenAI --version 2.2.0-beta.4
2525```
2626
@@ -39,7 +39,7 @@ using System.Diagnostics.Metrics;
3939
4040var alias = " phi-3.5-mini" ;
4141
42- var manager = await FoundryManager .StartModelAsync (aliasOrModelId : alias );
42+ var manager = await FoundryLocalManager .StartModelAsync (aliasOrModelId : alias );
4343
4444var model = await manager .GetModelInfoAsync (aliasOrModelId : alias );
4545ApiKeyCredential key = new ApiKeyCredential (manager .ApiKey );
You can’t perform that action at this time.
0 commit comments