Skip to content

Version 0.3.2

Compare
Choose a tag to compare
@peterbanda peterbanda released this 26 Apr 21:00
· 871 commits to master since this release
  • Removing deprecated/unused command/endpoint (engines) and settings (ListFineTuneEventsSettings)
  • New exception OpenAIScalaTokenCountExceededException introduced - thrown for completion or chat completion when the number of tokens needed is higher than allowed
  • Migrating Command and Tag enums to sealed case objects to simplify Scala 3 compilation
  • Resolving the scala-java8-compat eviction problem for Scala 2.13 and Scala 3