diff --git a/test/Libraries/Microsoft.Extensions.AI.Integration.Tests/README.md b/test/Libraries/Microsoft.Extensions.AI.Integration.Tests/README.md index 988ab2d08f5..382a01455f9 100644 --- a/test/Libraries/Microsoft.Extensions.AI.Integration.Tests/README.md +++ b/test/Libraries/Microsoft.Extensions.AI.Integration.Tests/README.md @@ -41,23 +41,6 @@ dotnet user-secrets set OpenAI:ImageModel dall-e-3 Your account must have models matching these names. -### Configuring Azure AI Inference tests - -Run commands like the following. The settings will be saved in your user profile. - -``` -cd test/Libraries/Microsoft.Extensions.AI.Integration.Tests -dotnet user-secrets set AzureAIInference:Endpoint https://YOUR_DEPLOYMENT.azure.com/ -dotnet user-secrets set AzureAIInference:Key abcdefghijkl -``` - -Optionally also run the following. The values shown here are the defaults if you don't specify otherwise: - -``` -dotnet user-secrets set AzureAIInference:ChatModel gpt-4o-mini -dotnet user-secrets set AzureAIInference:EmbeddingModel text-embedding-3-small -``` - ### Configuring Ollama tests Run commands like the following. The settings will be saved in your user profile. diff --git a/test/Libraries/Microsoft.Extensions.AotCompatibility.TestApp/Microsoft.Extensions.AotCompatibility.TestApp.csproj b/test/Libraries/Microsoft.Extensions.AotCompatibility.TestApp/Microsoft.Extensions.AotCompatibility.TestApp.csproj index 770832e8a29..695ef361a06 100644 --- a/test/Libraries/Microsoft.Extensions.AotCompatibility.TestApp/Microsoft.Extensions.AotCompatibility.TestApp.csproj +++ b/test/Libraries/Microsoft.Extensions.AotCompatibility.TestApp/Microsoft.Extensions.AotCompatibility.TestApp.csproj @@ -15,8 +15,6 @@ - -