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

Add model options for ChatGPT plus #256

Closed publicqi closed 1 year ago

publicqi commented 1 year ago

ChatGPT Plus users can use text-davinci-002-render-paid and text-davinci-002-render-sha models. I changed ChatGPT models to be a list of model name (same as OpenAI api). On the API side, you'll also need to change that to a list of model names.

I thought about fetching available model names from ChatGPT directly, but that seems to break the current layered design.

wong2 commented 1 year ago

Thanks, but I prefer the default approach