gencay / vscode-chatgpt

An unofficial Visual Studio Code - OpenAI ChatGPT integration
ISC License
3.48k stars 761 forks source link

"Browser autologin - ChatGPT Plus legacy model" and "Browser autologin - ChatGPT Plus default model" work in reverse. #198

Closed anjunsik closed 1 year ago

anjunsik commented 1 year ago

hello.

"Browser autologin - ChatGPT Plus legacy model" and "Browser autologin - ChatGPT Plus default model" work in reverse.

As a result of checking "settings.json", when "Browser autologin - ChatGPT Plus legacy model" is selected, "chatgpt.gpt3.model": "text-davinci-002-render-sha" is set, and "Browser autologin - ChatGPT Plus It was confirmed that "chatgpt.gpt3.model": "text-davinci-002-render-paid" is set when "default model" is selected.

It needs to be set to "text-davinci-002-render-paid" when selecting legacy model and "text-davinci-002-render-sha" when selecting default model.

vscode-chatgpt v3.9.4 Visual Studio Code v1.76.0 (Universal)

gencay commented 1 year ago

@anjunsik It was a typo on Readme only. The settings should be correct. Paid -> Plus model. Sha -> Default model. Updated the readme. Thanks for reporting the issue