Skip to content

Releases: openai/openai-python

v0.27.4

04 Apr 17:41
cf03fe1
Compare
Choose a tag to compare

What's Changed

  • [Azure] CLI: Add support for azure openai chat completion API by @iaalm in #359

New Contributors

Full Changelog: v0.27.3...v0.27.4

v0.27.3

03 Apr 21:14
39cdc66
Compare
Choose a tag to compare

What's Changed

  • Update README.md openai.error.TimeoutError -> openai.error.Timeout by @kingychiu in #301
  • 'let us know at on our support page' to 'let us know on our support p… by @MuleHakim in #308
  • Add cli version arg by @FizzyAgent in #298
  • [Azure] Version '2023-03-15-preview' as default by @cmurtz-msft in #335
  • doc: add symbol comma into chatml.md by @liuliuOD in #329
  • Handle OpenAIErrors created with 'str' json_body by @tot0 in #356
  • CLI: Fix missing max_tokens arg of chat_completions.create by @jhen0409 in #317
  • Fix a couple of grammar mistakes in chatml.md by @OTheDev in #316
  • openai.proxy settings should override env var HTTPS_PROXY by @bojieli in #339
  • [audio] Use supplied api key by @mpokrass in #369

New Contributors

Full Changelog: v0.27.2...v0.27.3

v0.27.2

11 Mar 03:49
6c23b7f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.1...v0.27.2

v0.27.1

08 Mar 20:45
9442840
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.27.0...v0.27.1

v0.27.0

01 Mar 17:44
62b73b9
Compare
Choose a tag to compare

What's Changed

Full changelog: v0.26.5...v0.27.0

v0.26.5

07 Feb 22:26
5386db1
Compare
Choose a tag to compare

What's Changed

Full changelog: v0.26.4...v0.26.5

v0.26.4

26 Jan 21:39
b23ecaf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26.3...v0.26.4

v0.26.3

25 Jan 15:26
41f938f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26.2...v0.26.3

v0.26.2

24 Jan 00:04
6349015
Compare
Choose a tag to compare

What's Changed

  • Various improvements to the fine-tuning data preparation tool in the CLI in #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 #187
  • Fixed some typos in Readme in #188

New Contributors

Full Changelog: v0.26.1...v0.26.2

v.0.26.1

13 Jan 20:55
040f72e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26.0...v0.26.1