Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 927 Bytes

CHANGELOG.md

File metadata and controls

60 lines (32 loc) · 927 Bytes

1.0.16

  • Added new models and added an option for manual model name entry

1.0.15

  • Added dartdoc documentation

1.0.14

  • Dependencies upgrades

1.0.13

  • Improvements

1.0.12

  • You can now use custom fine tuned models in request. Example improved

1.0.11

  • Create transcription endpoint added

1.0.10

  • New gpt-4 model added

1.0.9

  • New endpoints for image generation

1.0.8

  • Added optional timeout properties to dio HTTP client

1.0.6

  • Added support for new gpt-3.5-turbo model
  • Added separate stream and async responses with different properties
  • Prompt from request replaced with messages that support roles

1.0.5

  • Added text-davinci-002 model

1.0.4

  • Made prompt List so it can support longer questions

1.0.2

  • Added option to detect last stream message in the app

1.0.0

  • Added stream support
  • Added completion support
  • Full chat bot as example