Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed this notebook automatically resetting the bool to false #935

Merged
merged 2 commits into from
May 18, 2023

Conversation

adityachallapally
Copy link
Contributor

This notebook doesn't highlight that the bool is set back to false even if the user changed it to true in the previous 0-AI-settings notebook

Motivation and Context

Description

It is already set in the first file 00-getting-started. By setting it to false here, we are resetting the user's previous input resulting in errors in later notebooks. It is honestly a bit weird that the same steps are repeated, it should be in one or other notebook no?

Contribution Checklist

@github-actions github-actions bot added .NET Issue or Pull requests regarding .NET code samples labels May 11, 2023
This notebook doesn't highlight that the bool is set back to false even if the user changed it to true in the previous 0-AI-settings notebook
@adrianwyatt adrianwyatt requested review from dluc and removed request for adrianwyatt May 18, 2023 22:59
@adrianwyatt adrianwyatt self-assigned this May 18, 2023
@dluc dluc assigned dluc and unassigned adrianwyatt May 18, 2023
@dluc dluc merged commit 17912ee into microsoft:main May 18, 2023
shawncal pushed a commit to johnoliver/semantic-kernel that referenced this pull request May 19, 2023
…oft#935)

This notebook doesn't highlight that the bool is set back to false even
if the user changed it to true in the previous 0-AI-settings notebook


### Motivation and Context

1. Why is this change required?

By setting bool useAzureOpenAI = false here, we are resetting the user's
initial input in the first notebook. This results in downstream errors.
We need to tell the user to set it as the same vaLue they used in the
previous notebook.

2. What problem does it solve?

It solves the problem of resetting the AzureOpenAI bool to false after
the user set it to true.

### Description

It is already set in the first file 00-getting-started. By setting it to
false here, we are resetting the user's previous input resulting in
errors in later notebooks. It is honestly a bit weird that the same
steps are repeated, it should be in one or other notebook no?

Co-authored-by: Devis Lucato <dluc@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants