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.
The text was updated successfully, but these errors were encountered:
ranker - Which ranker to use in determining which chunks to use. The available values are auto, which uses the latest available ranker, and default_2024_08_21.
There have been a number of problems with OpenAI in the past few days with the 4.5 release.
It seems that with the launch of GPT4.5 they made a minor change to some return types:
It looks related to this struct, with the only change being using hyphens instead of underscores.
The text was updated successfully, but these errors were encountered: