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 using the api to list models client.ListModels the end point doesn't use the AzureConfigDefault but the Default one, making the fullURL non existent.
Expected behaviour
if the APIType is Azure I would expect to get a list of models available.
Current behaviour
receiving an 404 (wrong endpoint and wrong api)
Support links
the end point for listing models in Azure OpenAI is link
The text was updated successfully, but these errors were encountered:
What
When using the api to list models
client.ListModels
the end point doesn't use the AzureConfigDefault but the Default one, making the fullURL non existent.Expected behaviour
Current behaviour
Support links
The text was updated successfully, but these errors were encountered: