Microsoft Azure AI
Official website https://azure.microsoft.com/en-us/products/ai-services/openai-service
Microsoft Azure
- Create an account in Microsoft Azure.
- Get access to Azure OpenAI Services.
- Go to Azure OpenAI Studio
- Get your
Secret Key
and theCustom Link
.
To obtain the endpoint and the secret, you must deploy the model and then open it in Azure OpenAI Studio:
- Then select "View Code"
This section provides the API key and the custom link. To display the full custom link, select CURL in the code selection and copy the endpoint.
- On the VSCode CodeGPT Extension, change the model on the chat.
Pick the
LLMs Cloud model
and selectAzure
asProvider
.Select a model.
Paste
API Key
here, and click onConnect
.Click outside the options and ask to chat.
Remove or edit Key
To remove your API Key from CodeGPT, click on Change connection settings
button
API Errors
If you are getting API errors check the following link: Microsoft Azure Documentation