RasaHQ / rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
https://rasa.com/docs/rasa/
Apache License 2.0
18.32k stars 4.57k forks source link

Update DEFAULT_OPENAI_GENERATE_MODEL because of deprecation #13002

Closed Cordo-van-Saviour closed 5 months ago

Cordo-van-Saviour commented 5 months ago

text-davinci-003 was deprecated.

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

Proposed changes: Status (please check what you already did):

CLAassistant commented 5 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

varunshankar commented 5 months ago

Hi @Cordo-van-Saviour, As part of this task: https://rasahq.atlassian.net/browse/ENG-717, the deprecated model was updated.

Cordo-van-Saviour commented 5 months ago

Closing because obsolete