Skip to content

Releases: openai-php/client

v0.7.7

07 Nov 06:27

Choose a tag to compare

What's New

  • Add support for tool calls on the chat completion endpoint by @gehrisandro in #239

Full Changelog: v0.7.6...v0.7.7

v0.7.6

06 Nov 20:30

Choose a tag to compare

What's New

Full Changelog: v0.7.5...v0.7.6

v0.7.5

06 Nov 07:43

Choose a tag to compare

What's Changed

  • Update Models endpoint response object to the latest API changes by @gehrisandro in #235

Docs

New Contributors

v0.7.4

21 Oct 09:04

Choose a tag to compare

What's Changed

  • Fixed nEpochs on RetrieveJobResponseHyperparameters may be string
  • Fixed processingMs ond MetaInformationOpenAI may be null (#218)

Full Changelog: v0.7.3...v0.7.4

v0.7.2

31 Aug 12:19

Choose a tag to compare

What's Changed

  • Fixed Meta Information for Azure - #201

Full Changelog: v0.7.0...v0.7.2

v0.7.0

29 Aug 05:58

Choose a tag to compare

What's New

What's Changed

New Contributors

Full Changelog: v0.6.4...v0.7.0

v0.6.4

18 Jul 23:02
6e0738a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

07 Jul 12:51

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

23 Jun 20:16

Choose a tag to compare

Changed

  • Error handling: use error code as exception message if error message is empty (#150)

Fixed

  • Error handling: Catch error in stream responses (#150)
  • Error handling: Handle errors where message is an array (#150)

Full Changelog: v0.6.1...v0.6.2

v0.2.1

09 Nov 20:13

Choose a tag to compare

  • FineTunes create response: batch_size, learning_rate and fine_tuned_model are nullable (#16)
  • File responses: add missing fields status and status_details