You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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