dmytrobaida / GPTCommitVSCode

VS Code extension which helps to generate AI commit messages using ChatGPT
https://marketplace.visualstudio.com/items?itemName=DmytroBaida.gpt-commit
MIT License
34 stars 25 forks source link

gptcommit.openAI.customEndpoint #10

Open rachaelsingleton opened 11 months ago

rachaelsingleton commented 11 months ago

Can I use an Azure Open AI Endpoint with this? Any particular way to structure the endpoint?

I.e.

"gptcommit.openAI.customEndpoint": "https://<account>.openai.azure.com or "gptcommit.openAI.customEndpoint": "https://<account>.openai.azure.com/openai/deployments/<deployment>/chat/completions?api-version=2023-03-15-preview"