-
Notifications
You must be signed in to change notification settings - Fork 838
Labels
area-ai-templatesMicrosoft.Extensions.AI.TemplatesMicrosoft.Extensions.AI.TemplatesbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.
Description
Description
With the latest update of the .NET + AI template (aichatweb), I found that the OpenAI model provider does not work. If I choose that provider and try to create a project, I get the following errors on build:
Reproduction Steps
Steps to repro:
- Install the template using
dotnet new install Microsoft.Extensions.AI.Templates
- Create a new project using the template, I used it from Visual Studio.
- For the AI Service Provider option, choose OpenAI.
- Create the project.
- Build the project.
Expected behavior
No errors, I can build and then run the project
Actual behavior
You'll see the error messages shown in the image above.
Regression?
Yes, this worked in the Preview 1 release of the template.
Known Workarounds
No response
Configuration
No response
Other information
No response
Metadata
Metadata
Assignees
Labels
area-ai-templatesMicrosoft.Extensions.AI.TemplatesMicrosoft.Extensions.AI.TemplatesbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.