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

Python: Update examples and notebooks to stop using text-davinci-003 #2359

Merged

Conversation

karthikmurali60
Copy link
Contributor

@karthikmurali60 karthikmurali60 commented Aug 8, 2023

Motivation and Context

text-davinci-003 is being retired by Azure OpenAI and is no longer supported for new deployments

Resolves - #2309

Description

Update examples and notebooks to use gpt-35-turbo / gpt-3.5-turbo instead

Contribution Checklist

@karthikmurali60 karthikmurali60 requested review from a team as code owners August 8, 2023 15:59
@shawncal shawncal added docs and tests Improvements or additions to documentation python Pull requests for the Python Semantic Kernel samples labels Aug 8, 2023
@shawncal shawncal changed the title Update examples and notebooks to stop using text-davinci-003 Python: Update examples and notebooks to stop using text-davinci-003 Aug 8, 2023
@karthikmurali60
Copy link
Contributor Author

@microsoft-github-policy-service agree

@crickman crickman self-requested a review August 8, 2023 22:16
Copy link
Contributor

@glahaye glahaye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Synch you branch with latest, read and accept the contribution agreement and then you should be good to go to check this in.

Thanks!

Signed-off-by: karthikmurali60 <karthik.murali60@gmail.com>
@karthikmurali60
Copy link
Contributor Author

@shawncal @glahaye I have completed the required last steps -

  1. Synced the PR with the latest repo
  2. Agreed to the Contribution agreement

Copy link
Contributor

@glahaye glahaye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thanks!

@glahaye glahaye added the PR: ready to merge PR has been approved by all reviewers, and is ready to merge. label Aug 10, 2023
@lemillermicrosoft lemillermicrosoft added this pull request to the merge queue Aug 23, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 23, 2023
@lemillermicrosoft lemillermicrosoft added this pull request to the merge queue Aug 23, 2023
Merged via the queue into microsoft:main with commit 0a477b1 Aug 23, 2023
28 checks passed
SOE-YoungS pushed a commit to SOE-YoungS/semantic-kernel that referenced this pull request Nov 1, 2023
…icrosoft#2359)

### Motivation and Context

text-davinci-003 is being retired by Azure OpenAI and is no longer
supported for new deployments

Resolves - microsoft#2309

<!-- 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.
-->

### Description

Update examples and notebooks to use gpt-35-turbo / gpt-3.5-turbo
instead

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [ ] The code builds clean without any errors or warnings
- [ ] 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
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄

Signed-off-by: karthikmurali60 <karthik.murali60@gmail.com>
Co-authored-by: Lee Miller <lemiller@microsoft.com>
Co-authored-by: Gil LaHaye <gillahaye@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs and tests Improvements or additions to documentation PR: ready to merge PR has been approved by all reviewers, and is ready to merge. python Pull requests for the Python Semantic Kernel
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

5 participants