Skip to content

Commit

Permalink
update kotlin 1.4.32
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Apr 3, 2021
1 parent d1a47eb commit 7eb8263
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
### Added
* [Files](https://beta.openai.com/docs/api-reference/files)

### Changed
* Kotlin `1.4.32`

### Experimental
* [Classifications](https://beta.openai.com/docs/api-reference/classifications)
* [Answers](https://beta.openai.com/docs/api-reference/answers)
Expand All @@ -11,42 +14,36 @@
> Published 20 Mar 2021
### Changed
- Deprecate `stream` parameter in `CompletionRequest`.
* Deprecate `stream` parameter in `CompletionRequest`.

# 0.3.0
> Published 13 Mar 2021
### Changed

- Remove Ktor's logging classes from public API
* Remove Ktor's logging classes from public API

# 0.2.0
> Published 11 Mar 2021
### Added

* `OpenAI.completions`: text completions as stream of events

### Fixed

* `OpenAI.completion` when `stream` is set

### Changed

* `OpenAI.createCompletion` renamed to `OpenAI.completion`

# 0.1.1
> Published 10 Mar 2021
### Changed

* Ktor as an implementation dependency of `openai-client`

# 0.1.0
> Published 09 Mar 2021
### Added

* [List engines](https://beta.openai.com/docs/api-reference/list-engines)
* [Retrieve engine](https://beta.openai.com/docs/api-reference/retrieve-engine)
* [Create completion](https://beta.openai.com/docs/api-reference/create-completion)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
val kotlinVersion = "1.4.31"
val kotlinVersion = "1.4.32"
classpath(kotlin("gradle-plugin", version = kotlinVersion))
classpath(kotlin("serialization", version = kotlinVersion))
classpath(MavenPublish())
Expand Down

0 comments on commit 7eb8263

Please sign in to comment.