jeffdapaz / VisualChatGPTStudio

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

Using AzureAI still uses completion endpoint even though 2.0 states completion support removed. #50

Closed DMCK96 closed 11 months ago

DMCK96 commented 11 months ago

image

I have not used this extension prior to 2.0 so there is no risk of leftover files.

Why is it trying to access the completions endpoint that is no longer supported?

jeffdapaz commented 11 months ago

I can't confirm because I dont't have access to the Azure OpenAI, but I believe that the endpoint is correct, because for OpenAI the endpoint ends with "chat/completions" as well as you can see here.

Another reason is because since I publish the 2.0 version, after two weeks nobody complained about before you.

Maybe is something related to mismach between your Azure deploy and the extension parametrization.

Can you check this issue to see if this can help you somehow?

jeffdapaz commented 11 months ago

Hi @DMCK96, if you still have problems, you can reopen this issue.