-
Notifications
You must be signed in to change notification settings - Fork 3.9k
openai tools fine_tunes.prepare_data
does not accept indented JSON files
#206
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
Comments
The main issue with this is (at the risk of being over-obvious) that I like my JSON files indented for readability. Thanks for making this available! |
My first suspicion is this line: https://github.com/openai/openai-python/blob/main/openai/validators.py#L525 Another way to approach this is to make a intermediate representation, by |
@BorisPower @joe-at-openai can y'all look at this? I suspect this broke with #190 for json parsing, specifically on |
@hallacy Yeah, no problem! |
#389 should fix this |
To reproduce:
The text was updated successfully, but these errors were encountered: