Skip to content

Fixed this notebook automatically resetting the bool to false#935

Merged
dluc merged 2 commits intomicrosoft:mainfrom
adityachallapally:patch-2
May 18, 2023
Merged

Fixed this notebook automatically resetting the bool to false#935
dluc merged 2 commits intomicrosoft:mainfrom
adityachallapally:patch-2

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
@hathind-ms hathind-ms requested a review from adrianwyatt May 16, 2023 04:32
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