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
It seems that with the launch of GPT4.5 they made a minor change to some return types:
Error: Failed to retrieve assistant
Caused by:
failed to deserialize api response: unknown variant `default-2024-08-21`, expected `auto` or `default_2024_08_21` at line 19 column 3
It looks related to this struct, with the only change being using hyphens instead of underscores.