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
#2723 Transitions to encoding "/" as "%2F" in the query; the argument is that this is "more correct" and more inline with browsers' default behavior.
The problem is that some API's simply reject this; for them, the two encodings are not identical. A comment on #2721 remarks that the OpenAI API expects actual slashes. I'm dealing with a private backend (that I don't control) that likewise expects actual slashes.
This new behavior should be possible to opt out of.
The text was updated successfully, but these errors were encountered:
@scnerd: This is raised in discussions (per the rules: "Please only raise an issue if you've been advised to do so after discussion.") here: #2856 #2863
Suggest you keep an eye on all 3 threads for a response, and downgrade to 0.24.1 in the interim.
#2723 Transitions to encoding "/" as "%2F" in the query; the argument is that this is "more correct" and more inline with browsers' default behavior.
The problem is that some API's simply reject this; for them, the two encodings are not identical. A comment on #2721 remarks that the OpenAI API expects actual slashes. I'm dealing with a private backend (that I don't control) that likewise expects actual slashes.
This new behavior should be possible to opt out of.
The text was updated successfully, but these errors were encountered: