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
If generateObjectV2 is used, the passed modelClass is not processed appropriately and would produce a bug.
trimTokens receive the parameters models which is expected to be strings like gpt-4o. However, in generateObjectV2, modelClass, which is supposed to be small, "medium" or "large" is provided.
Describe the bug
If
generateObjectV2
is used, the passed modelClass is not processed appropriately and would produce a bug.trimTokens receive the parameters
models
which is expected to be strings likegpt-4o
. However, in generateObjectV2, modelClass, which is supposed to besmall
, "medium" or "large" is provided.Screenshots
Additional context
The text was updated successfully, but these errors were encountered: