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
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.