You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this library with Azure's Cognitive OpenAi deployment. I am new to this stuff but after creating my openai resource and deployment it appears that the endpoint does not quite align with this libraries expectations. Is this an issue with me using the wrong type of resource or is this just something the lib doesn't support. Thanks :)
"ChatCompletion error: POST \"https://francecentral.api.cognitive.microsoft.com/openai/chat/completions?api-version=2024-08-01-preview\": 404 Not Found {\"error\":{\"code\":\"DeploymentNotFound\", \"message\":\"The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and try again.\"}}\n",
The text was updated successfully, but these errors were encountered:
Hi I'm not sure if I can help debug this much, I might need a bit more information. If you're able to get a successful request manually that would be very helpful.
Hello everyone.
I am trying to use this library with Azure's Cognitive OpenAi deployment. I am new to this stuff but after creating my openai resource and deployment it appears that the endpoint does not quite align with this libraries expectations. Is this an issue with me using the wrong type of resource or is this just something the lib doesn't support. Thanks :)
Here is my Terraform resource
this results in the following endpoint
azure_openai_endpoint = "https://francecentral.api.cognitive.microsoft.com/"
This is my application code
This returns
The text was updated successfully, but these errors were encountered: