Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openai produces invalid json sometimes #6

Open
MrPicklePinosaur opened this issue Jun 18, 2023 · 0 comments
Open

openai produces invalid json sometimes #6

MrPicklePinosaur opened this issue Jun 18, 2023 · 0 comments

Comments

@MrPicklePinosaur
Copy link
Member

The function calling handlers that extract data from openai is currently a string field told to be json. ChatGPT may return json with trailing commas or other invalid json from time to time. It may be better to modify the function calling handler to take an object instead to guarantee it's valid.

@MrPicklePinosaur MrPicklePinosaur changed the title openapi produces invalid json sometimes openai produces invalid json sometimes Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant