ChatGPT support
Recently OpenAI released their ChatGPT API. It's 10x cheaper and has native ability to maintain the context of the dialog.
Starting with this version ChatGPT API will be the default option for bot. If you want to use older text-davinci-003
API, you can set use_chatgpt_api: false
in config/config.yml
.
Let's go! 🍿