Version 0.3.2
- 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
andTag
enums to sealed case objects to simplify Scala 3 compilation - Resolving the
scala-java8-compat
eviction problem for Scala 2.13 and Scala 3