Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@peterbanda peterbanda released this 09 Mar 08:01
· 972 commits to master since this release
  • New OpenAIService functions/endpoints: createChatCompletion (ChatGPT API), and audio stuff - createAudioTranscription and createAudioTranslation
  • New OpenAIServiceStreamedExtra function/endpoint: createChatCompletionStreamed
  • New models: whisper-1, gpt-3.5-turbo, and gpt-3.5-turbo-0301
  • DeleteResponse(s) changed from Enumeration to a sealed trait with case classes.
  • Command and Tag enumerations relocated to a separated file + PEP#Value (Command) and PT#Value (Tag/Param) in WSRequestHelper and OpenAIServiceImpl functions simplified/generalized to PEP and PT.