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’ve tried to use the autoevals.Factuality module with my Azure endpoint. I noticed the engine argument in the documentation, so I assumed that it corresponds to the model name for Azure OpenAI. However, using engine results in the following error:
As far as I remember, the OpenAI SDK initially used the engine argument, but they later transitioned to using model, even for Azure OpenAI. I don’t think this has been updated on your side.
I tried using model argument as well but it gave the following error:
I’ve tried to use the
autoevals.Factuality
module with my Azure endpoint. I noticed theengine
argument in the documentation, so I assumed that it corresponds to the model name for Azure OpenAI. However, usingengine
results in the following error:As far as I remember, the OpenAI SDK initially used the
engine
argument, but they later transitioned to usingmodel
, even for Azure OpenAI. I don’t think this has been updated on your side.I tried using
model
argument as well but it gave the following error:The text was updated successfully, but these errors were encountered: