Replies: 3 comments 10 replies
-
@Uralstech Did Azure change their url for deployments? |
Beta Was this translation helpful? Give feedback.
6 replies
-
you could also workaround this by specifying custom domain:
|
Beta Was this translation helpful? Give feedback.
4 replies
-
I should also add that Vision is not supported in assistant messages on Azure, although this is not related to the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Report
Overview
When I'm using the threads API through Azure OpenAI, it shows a 404 error. I've been using this plugin for my Unity projects through the normal OpenAI API without any problems. I've created a model deployment in Azure OpenAI and went through the setup process for authenticating the plugin for Azure.
This is the error I am getting:
I believe the issue here is the
deployments/xxxxx/
part, as when I look at the code sample in the Azure OpenAI Studio, it shows a URL like so:I tried using the CURL sample from Azure OpenAI to create and delete threads, and it worked.
Temporary Solution
In OpenAIAuthSettingsInfo.cs, line 97, I changed:
to
and it is working perfectly.
Beta Was this translation helpful? Give feedback.
All reactions