Various improvements to the fine-tuning data preparation tool in the CLI in openai/openai-python#190
Provide a helpful error message if there was a problem reading the file
Better handling of cases where a jsonl file has a json format, and when a json file has a jsonl format (this is needed since a json formatted file can be read as a single line jsonl)
In the case where the input file extension is not in the list of valid permissible file extensions, provide the full list of allowable file extensions
If DataFrame column names are integers they get converted to str to produce a better error message
Adds a fine_tunes.delete -i <ID> command to delete fine-tunes using the CLI in openai/openai-python#187
The default package installation should now be considerably smaller thanks to @jakubroztocil. BREAKING: if you use tools or the embeddings endpoint, you'll probably want to install openai[datalib]
BREAKING: Answers, Search, and Classifications are removed as of this version since they are no longer active endpoints
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps openai from 0.25.0 to 0.26.2.
Release notes
Sourced from openai's releases.
... (truncated)
Commits
6349015
Improve error message in case of a misformatted file (#158) (#190)48b6929
Add fine_tunes.delete cmd to cli (#187)4a33f3f
Update README.md (#188)040f72e
Bump version (#182)e5b7d1a
[openai-python] Change request logs to debug level (#152) (#178)5d1a726
Fix some typing issues (#177)ef8f1f1
Async iterator needs to be consumed with async for (#179)e7ee4da
Several fixes to makeCompletion.acreate(stream=True)
work (#172)71cee6a
FixFineTune.stream_events
(#176)777c1c3
Fix documentation typo (#175)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)