Replies: 2 comments 1 reply
-
|
Thank you for providing sufficient information about the issue. While this plugin was not originally designed to support AzureOpenAI, I believe it should still function with some minor modifications. I will make the necessary changes and update you on the progress. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Has there been any update in this regard? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The URL for using the AzureOpenAI API is:
https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/completions?api-version=2023-05-15for GPT-3and:
https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/chat/completions?api-version=2023-05-15for GPT-4 and GPT-3.5 Turbo.
(see: Azure OpenAI reference)
I can access this API e.g:
However, I could not use the Azure completions URL with ChatGPTWizard. Using the above URL with my API key, I get the response:
No answer, try againI suspect this to be a malformed API call with the above URL.
Beta Was this translation helpful? Give feedback.
All reactions