JudiniLabs / code-gpt-docs

Docusaurus page
https://code-gpt-docs.vercel.app
MIT License
553 stars 58 forks source link

Unable to configure CodeGPT with Azure OpenAI provider #277

Closed filip-be closed 1 month ago

filip-be commented 1 month ago

Hi!

It looks like it is not possible to configure CodeGPT with Azure OpenAI anymore.

CodeGPT extension version: v3.3.25 VSCode version: 1.89.1

Provider configuration: image

Models are not available for selection: image

Chat returns connection error: image

davila7 commented 1 month ago

@filip-be the problem is that you are entering the incomplete URL. We updated the documentation with a better description of how to get data from Azure

Please check this link: https://docs.codegpt.co/docs/tutorial-ai-providers/microsoft-azure

filip-be commented 1 month ago

Thanks @davila7, I've managed to configure chat completion successfully! Could you also tell if CodeGPT supports Autocomplete (Completion API/Copilot) with Microsoft Azure OpenAI provider? I don't see this on the list and there seems to be no way to configure it manually.