Skip to content

Releases: dylanshine/openai-kit

OpenAIKit 1.4.0

20 Mar 04:49
Compare
Choose a tag to compare

Adds support for https://platform.openai.com/docs/guides/speech-to-text using the new AudioProvider

OpenAIKit 1.3.2

17 Mar 03:48
Compare
Choose a tag to compare

Hot fix to use textEmbeddingAda002 for EmbeddingProvider

OpenAIKit 1.3.0

17 Mar 03:37
Compare
Choose a tag to compare

Added Message and FinalReason enumerations thanks to @ronaldmannak

Add the ability to create embeddings using String or [String] thanks to @fjcaetano

OpenAIKit 1.2.1

03 Mar 15:49
2a8ffe9
Compare
Choose a tag to compare

Thank you @hyouuu for adding the max_tokens parameter when creating a chat completion.

OpenAIKit 1.2.0

02 Mar 16:25
95e2a12
Compare
Choose a tag to compare

Thank you @arthurgarzajr for adding support to interact with the new Chat API functionality: https://platform.openai.com/docs/api-reference/chat

OpenAIKit 1.1.0

21 Feb 18:50
0ebaf8b
Compare
Choose a tag to compare

@PabraiVentures Change Completion.finishReason from String to String?

OpenAIKit 1.0.3

14 Feb 16:27
8f7ac08
Compare
Choose a tag to compare

Fix Ubuntu / Amazon Linux compatibility thanks to @ronaldmannak

OpenAIKit 1.0.2

02 Jan 21:06
Compare
Choose a tag to compare

Update APIError.code from Int to String

OpenAIKit 1.0.1

02 Jan 20:36
Compare
Choose a tag to compare

Updates Usage to default token values from -1 to 0

OpenAI 1.0.0

02 Jan 18:52
Compare
Choose a tag to compare

Initial release of OpenAIKit