jeffdapaz / VisualChatGPTStudio

Add chatGPT functionalities directly on Visual Studio
https://marketplace.visualstudio.com/items?itemName=jefferson-pires.VisualChatGPTStudio
MIT License
186 stars 48 forks source link

GPT3 even with Model Language set to "GPT_4" #52

Closed improwise closed 7 months ago

improwise commented 8 months ago

Not sure if this is the result of me doing something wrong either in the extension or in the OpenAI platform config but even though I have selected "GPT_4" as "Model language" in the settings for Visual ChatGGTP I still seem to get GPT3 according to the AI itself ("What version of OpenAI are you?").

image

Thanks for a really nice extension BTW!

jeffdapaz commented 8 months ago

Hum, maybe you started a conversation, change the Model through the Options, and asked the question again in the same conversation. If you did this, it still use the "older" parametrization, but if you clear the chat, the new one will assume the new parameters.

Another way where you can check is here. You can see the requests divide by model:

image

But on the next release probably I will add a feature to log the requests and responses. With that will be possible see all parameters that are be sending to OpenAI.

improwise commented 7 months ago

I have restarted VS2022 and even the computer but OpenAPI still claims to be GPT3. ChatGPT/OpenAPI has been a bit under the weather for the last 24 hours (I hope I didn't break it :) ) so will try again a bit later.

Improved logging sounds like a good idea, thanks for that.

jeffdapaz commented 7 months ago

Ok.

I already finish the logs implementation. Will be on next release 😉

When you have the opportunity, check the usage on OpenAI Portal, there you will be able to see if really are using only GPT-3.

improwise commented 7 months ago

It is actually a bit confusing as the usage on OpenAPI seem to indicate GPT4 but the AI itself is quite insistent on being GPT3 :)

Prompt: Are you GPT4?

Response: No, I am not GPT-4. I am an AI model developed by OpenAI and currently, I am based on GPT-3.

Perhaps we have an AI identity crisis :)

jeffdapaz commented 7 months ago

Exactly, he don't know 😁

image

By the way, this it's the new feature that I will release soon, the requests and responses logs.