File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed
Microsoft.Extensions.AI.Integration.Tests
Microsoft.Extensions.AotCompatibility.TestApp Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -41,23 +41,6 @@ dotnet user-secrets set OpenAI:ImageModel dall-e-3
4141
4242Your account must have models matching these names.
4343
44- ### Configuring Azure AI Inference tests
45-
46- Run commands like the following. The settings will be saved in your user profile.
47-
48- ```
49- cd test/Libraries/Microsoft.Extensions.AI.Integration.Tests
50- dotnet user-secrets set AzureAIInference:Endpoint https://YOUR_DEPLOYMENT.azure.com/
51- dotnet user-secrets set AzureAIInference:Key abcdefghijkl
52- ```
53-
54- Optionally also run the following. The values shown here are the defaults if you don't specify otherwise:
55-
56- ```
57- dotnet user-secrets set AzureAIInference:ChatModel gpt-4o-mini
58- dotnet user-secrets set AzureAIInference:EmbeddingModel text-embedding-3-small
59- ```
60-
6144### Configuring Ollama tests
6245
6346Run commands like the following. The settings will be saved in your user profile.
Original file line number Diff line number Diff line change 1515 <PackageReference Remove =" ReferenceTrimmer" />
1616
1717 <LibraryProjects Include =" $(RepoRoot)\src\Libraries\**\*.csproj" />
18- <!-- https://github.com/Azure/azure-sdk-for-net/issues/47069 -->
19- <LibraryProjects Remove =" $(RepoRoot)\src\Libraries\Microsoft.Extensions.AI.AzureAIInference\Microsoft.Extensions.AI.AzureAIInference.csproj" />
2018 <!-- https://github.com/dotnet/extensions/issues/5624 -->
2119 <LibraryProjects Remove =" $(RepoRoot)\src\Libraries\Microsoft.Extensions.Caching.Hybrid\Microsoft.Extensions.Caching.Hybrid.csproj" />
2220 <!-- https://github.com/dotnet/extensions/issues/5623 -->
You can’t perform that action at this time.
0 commit comments