Handle issues with OpenAI responses gracefully.#426
Open
bobvandevijver wants to merge 1 commit intoathombv:developfrom
Open
Handle issues with OpenAI responses gracefully.#426bobvandevijver wants to merge 1 commit intoathombv:developfrom
bobvandevijver wants to merge 1 commit intoathombv:developfrom
Conversation
Instead of throwing away the output (for which you paid), it is now written in a fail file so you as developer might still be able to use it. It also now gives an valid error when the the processing was stopped without hitting a natural stopping point, instead of a general message the resulting JSON is invalid.
Contributor
|
I love this idea, it's fair to avoid developers paying for a failure... Hope this will be reviewed. |
|
I would love that to be integrated. Currently trying to translate 25kB driver.flow.compose.json and it fails but the output, even partial, is gone. @WeeJeWel ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Instead of throwing away the output (for which you paid), it is now written in a fail file so you as developer might still be able to use it. It also now gives an valid error when the the processing was stopped without hitting a natural stopping point, instead of a general message the resulting JSON is invalid.