gencay / vscode-chatgpt

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

Default settings for ChatGPT Model section don't match usage page data #197

Closed agungjsp closed 1 year ago

agungjsp commented 1 year ago

Hi @gencay

At first, i left the settings on default. But, when i checked the usage page, i saw something different between the model that i used. Can you help me figure it out?

OpenAI Usage Page (gpt-3.5-turbo-0301)
CleanShot 2023-03-07 at 16 29 19@2x
ChatGPT Extension Settings (gpt-3.5-turbo)
CleanShot 2023-03-07 at 16 30 20@2x
gencay commented 1 year ago

@agungjsp thanks for reporting this issue. It's interesting. Are you saying you haven't used that model elsewhere and you still see it in your openai dashboard? I am not sure why they report it as the other gpt3.5 model. I suspect you may have used that model via curl, cli or another tool?

agungjsp commented 1 year ago

@gencay Actually, I never tried to use a paid model before, this is my first time

gencay commented 1 year ago

@agungjsp I see the same usage (Though I'm using regular gpt3.5 model it's reporting 0301 model) on my OpenAI account page, this must be a reporting issue on the OpenAI side. Both are the same models though, 0301 is just the snapshot of the regular turbo model. So closing this as external. Thanks for reporting it anyway, it may be useful for folks experiencing the same.