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
When performing a chat completion, a "404 not found" exception is thrown.
This is because since version 8.2.0 the URL https://{resourceName}.openai.azure.com/openai/chatdeployments/{deploymentId}//completions?api-version={apiVersion} is generated in here:
When performing a chat completion, a "404 not found" exception is thrown.
This is because since version 8.2.0 the URL
https://{resourceName}.openai.azure.com/openai/chatdeployments/{deploymentId}//completions?api-version={apiVersion}
is generated in here:OpenAI-DotNet/OpenAI-DotNet/Common/OpenAIBaseEndpoint.cs
Lines 42 to 49 in 1a5a497
It should be
instead.
The text was updated successfully, but these errors were encountered: