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
Hi,
I just started experimenting with langtest and came across one issue. I try to test model from Azure OpenAI endpoint. While runing tests on gpt-35-turbo i get following error:
The completion operation does not work with the specified model, gpt-35-turbo. Please choose different model and try again. You can learn more about which models can be used with each operation here: https://go.microsoft.com/fwlink/?linkid=2197993.
Haven't tested it with another models yet, since it is the only one endpoint that I have access to.
As far as I know, the way the models are called by openAI API has changed and now it uses ChatCompletion method instead of Completion. Is there any workaround for that?
Thanks!
The text was updated successfully, but these errors were encountered:
Please be assured that we are working hard to make this feature available to you as soon as possible. We greatly appreciate your patience and understanding.
Hi,
I just started experimenting with langtest and came across one issue. I try to test model from Azure OpenAI endpoint. While runing tests on
gpt-35-turbo
i get following error:The completion operation does not work with the specified model, gpt-35-turbo. Please choose different model and try again. You can learn more about which models can be used with each operation here: https://go.microsoft.com/fwlink/?linkid=2197993.
Haven't tested it with another models yet, since it is the only one endpoint that I have access to.
As far as I know, the way the models are called by openAI API has changed and now it uses
ChatCompletion
method instead ofCompletion
. Is there any workaround for that?Thanks!
The text was updated successfully, but these errors were encountered: