You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
Bug: .NET secret section name is wrong in HomeAutomation Demo.
.Net: Bug: .NET secret section name is wrong in HomeAutomation Demo.
Jan 1, 2025
Fixed the secret section name.
### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
1. Why is this change required?
2. What problem does it solve?
3. What scenario does it contribute to?
4. If it fixes an open issue, please link to the issue here.
-->
Fixing #10049
### Description
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
Fix the secret section name to `AzureOpenAI`, described in README.
### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [X] The code builds clean without any errors or warnings
- [X] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [NA] All unit tests pass, and I have added new tests where possible
- [X] I didn't break anyone 😄
---------
Co-authored-by: Roger Barreto <[email protected]>
Describe the bug
A specified name of the secret section and wrong. The demo project failed to launch.
To Reproduce
dotnet run
.Expected behavior
The project should work fine without error.
Screenshots
Platform
Additional context
This line should be the following:
If it's ok to create one-line pull request, I'll submit.
The text was updated successfully, but these errors were encountered: