wong2 / chatgpt-google-extension

This project is deprecated. Check my new project ChatHub:
https://chathub.gg
GNU General Public License v3.0
13.26k stars 1.49k forks source link

Support recently introduced model of ChatGPT API: `gpt-3.5-turbo` #293

Closed Taewan-P closed 1 year ago

Taewan-P commented 1 year ago

Currently, this extension only supports ChatGPT API with text-davinci-003.

According to the documentation, API with new model gpt-3.5-turbo is released and it performs at a similar capability to text-davinci-003 but at 10% the price per token. So it is recommended for most use cases.

It would be great if this extension supports the new model as well.

lujijiang commented 1 year ago

see https://github.com/ajiang-open/chatgpt-google-extension.git

Taewan-P commented 1 year ago

@lujijiang Thanks for your work! As this repo is no longer maintaining, I should look into the forked ones.