- Notifications
You must be signed in to change notification settings - Fork845
Add missing reference to M.E.AI.OpenAI in chat template#6275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
jeffhandley approved these changesApr 10, 2025
7e10d81 intomain 7 checks passed
Uh oh!
There was an error while loading.Please reload this page.
jeffhandley pushed a commit that referenced this pull requestApr 16, 2025
jeffhandley pushed a commit to jeffhandley/extensions that referenced this pull requestApr 17, 2025
jeffhandley added a commit that referenced this pull requestApr 17, 2025
* Add missing reference to M.E.AI.OpenAI (#6275)* Update README.md with keyless auth guidance (#6261)* Update README.md* Update src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/ChatWithCustomData/ChatWithCustomData-CSharp.Web/README.mdCo-authored-by: Jon Galloway <jongalloway@gmail.com>---------Co-authored-by: Jon Galloway <jongalloway@gmail.com>* Add note on extending timeout for Ollama client (#6258)* Add note on extending timeout for Ollama clientStandard HttpClient timeout of 10 seconds applied by Service Defaults under .NET Aspire is likely too short for Ollama calls. Add note with code to extend this timeout.* Update src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/ChatWithCustomData/README.Aspire.mdCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* Update src/ProjectTemplates/Microsoft.Extensions.AI.Templates/src/ChatWithCustomData/README.Aspire.mdCo-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>* Update chat template dependencies, fix OpenAI/Aspire config, and address build warnings (#6280)* Update chat template dependencies* Update test snapshots* Update Aspire version* Revert Aspire + update CommunityToolkit.Aspire* Open README in VS after project creation* Add Known Issue to Aspire README for Qdrant* Update survey template URL* Set the Project Template package version to -preview.2* Update template baseline* Update template pinned versions* Do not append template args to snapshot names* Fix vector store index in the README. Add an AzureAISearch template test.* Add a note to the Aspire README for trusting the development certificate* Use AddOpenAIClient for OpenAI and AddAzureOpenAIClient for Azure OpenAI* Remove duplicated using System.ClientModel* Update Aspire README to specify the exception thrown for the known issue* Augment the Aspire README for more Docker notes for Ollama and Qdrant* Fix Microsoft.Extensions.Http.Resilience warnings with separate pinned versions* Update test baseline for: Rename EmbeddingGeneratorExtensions.GenerateEmbedding extension methods (#6295)* Add --managed-identity to the template developer README* Apply the Ollama timeout recommendation in the template code* Call http.RemoveAllResilienceHandlers before adding the handler* Update template test baseline---------Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>Co-authored-by: David Cantu <dacantu@microsoft.com>---------Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>Co-authored-by: Jordan Matthiesen <1333029+jmatthiesen@users.noreply.github.com>Co-authored-by: Jon Galloway <jongalloway@gmail.com>Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>Co-authored-by: David Cantu <dacantu@microsoft.com>
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading.Please reload this page.
Fixes an issue where the project generated by running
dotnet new aichatweb --provider openaidoes not include a reference toMicrosoft.Extensions.AI.OpenAI. This causes the project to fail to compile.Fixes#6271
Microsoft Reviewers:Open in CodeFlow