Skip to content

Latest commit

 

History

History
131 lines (76 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

131 lines (76 loc) · 2.45 KB

1.9.0

  • Exposed more enums to be used with the library.
  • Added more documentation for more low level é models SDK's APIs
  • Applied fixes relating to web streams APIs.

1.8.4

  • base url not changeable after first request fixed.

1.8.3

  • Fixed web issue for chat streams
  • Exposed the base url to be changed externally

1.8.0

  • Added the Audio APIs including creating transcription and translation.
  • More documentation for models properties.

1.6.1

  • Added documentation of chat completion stream.

1.6.0

  • Added And Fixed chat completions stream.
  • Fixed the error concerning the openAI usual errors while using streams for chat completions and completion.

1.5.5

  • Added new ChatGPT API to the library.

1.4.9

  • Ensured immutability of results from requests.
  • Exposed more equality for sdk models

1.4.8

  • Fix issues
  • Fix doubled stream snapshots than expected.

1.4.6

  • Changed the use of dotenv to envied package.

1.4.4

  • Fixed echo property type misleading.

1.4.2

  • UTF-8 Support fix for responses.

1.4.0

  • Added implementation of fine-tune events Stream.
  • Added more documentation.
  • Fixed issues.

1.3.0

  • Fixed the Stream based mechanism for completion stream.

1.2.3

  • Exposed image size and url enums to be used externally

1.2.1

  • formatted some dart files

1.2.0

  • Added more detailed documentation that reflects OpenAI's.
  • Added more helper methods, enums for making it more easy to manipulate properties and decrease error chances
  • More Examples, explanations for README.md.
  • Code Improvments.

1.1.2

  • Added more detailed documentation that reflects OpenAI's.
  • Added more helper methods, enums for making it more easy to manipulate properties and decrease error chances
  • More Examples, explanations for README.md.
  • Code Improvments.

1.1.0

  • Set internal packages version to any

1.0.9

  • Downgraded internal meta package version to 1.8.0

1.0.8

  • Made improvements
  • Added example to showcase how to use.

1.0.7

  • Informed about using the dotenv package instead of flutter_dotenv since not all dart applications are flutter's.
  • Fixed issues

1.0.6

  • added tests for fine-tunes
  • fixed type system issues

1.0.5

  • Added error handling explanation, example in the README.md

1.0.4

  • Added clarifications in READMe.md

1.0.3

  • Fixed issues

1.0.1

  • fixed issues
  • Added documentation for responses fields for better understanding, familiarization for developer.

1.0.0

  • All APIs are included.