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

Update DEFAULT_OPENAI_GENERATE_MODEL because of deprecation #13002

Closed
wants to merge 1 commit into from

Commits on Jan 19, 2024

  1. update DEFAULT_OPENAI_GENERATE_MODEL because of deprication

    `text-davinci-003` was [deprecated](https://platform.openai.com/docs/deprecations).
    
    We noticed the issue when we were using a default model for contextual rephrasing in Studio.
    
    This PR just changes a default to a new `gpt-3.5-turbo-instruct` model
    Cordo-van-Saviour authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    90297eb View commit details
    Browse the repository at this point in the history