gencay / vscode-chatgpt

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

The model set in the Browser Auto-login environment and the model on the web are different. #200

Closed anjunsik closed 1 year ago

anjunsik commented 1 year ago

Verify it's not a duplicate bug report

Verify troubleshooting guide is missing steps to solve this issue

Describe the Bug

Hello.

I selected "legacy model", but it is checked as "Default" in the chat.openai web log.

  1. Choose "Chatgpt › Gpt3: Model" option --> "Browser autologin - ChatGPT Plus legacy model"
  2. ChatGPT login
  3. Enter your question
  4. Check chat history on chat.openai.com
  5. The top of the chat is "Model: Default"

image

image


I chose the "default model", but the records on the chat.openai web show it as "Legacy".

  1. Choose "Chatgpt › Gpt3: Model" option --> "Browser autologin - ChatGPT Plus default model"
  2. ChatGPT login
  3. Enter your question
  4. Check chat history on chat.openai.com
  5. The top of the chat is "Model: Legacy"

image

image

Please tell us if you have customized any of the extension settings or whether you are using the defaults.

Browser Auto-login

ChatGPT v3.9.4

Additional context

No response

gencay commented 1 year ago

@anjunsik This is expected, the extension doesn't change it on the web's UI but at the network layer.

The model selected on the web after logging in isn't something the extension changes. But it sends the API requests using the selected model. You can verify it by checking the Network tab in your dev tools and look at the conversation api call's payload.