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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Change Log
2
2
3
+
## 0.21.0 - 2024-09-03
4
+
### Supported API versions
5
+
- OpenAI v2.3.0
6
+
- Azure OpenAI v2024-06-01
7
+
### Changes
8
+
- Added support for a `:stream/close?` parameter to ensure `core.async` channel gets closed. See [this PR](https://github.com/wkok/openai-clojure/pull/63)
See the full [API Reference](https://cljdoc.org/d/net.clojars.wkok/openai-clojure/0.20.0/api/wkok.openai-clojure.api) for examples of all the supported OpenAI APIs.
84
+
See the full [API Reference](https://cljdoc.org/d/net.clojars.wkok/openai-clojure/0.21.0/api/wkok.openai-clojure.api) for examples of all the supported OpenAI APIs.
@@ -48,7 +48,7 @@ Alternatively the `api-key` and/or `organization` and/or `api-endpoint` can be p
48
48
49
49
## Quickstart
50
50
51
-
See the full [API Reference](https://cljdoc.org/d/net.clojars.wkok/openai-clojure/0.20.0/api/wkok.openai-clojure.api) api documentation for examples of all the supported OpenAI APIs.
51
+
See the full [API Reference](https://cljdoc.org/d/net.clojars.wkok/openai-clojure/0.21.0/api/wkok.openai-clojure.api) api documentation for examples of all the supported OpenAI APIs.
52
52
53
53
Require the `api` namespace
54
54
@@ -104,70 +104,70 @@ Any of these [supported request options](https://github.com/gnarroway/hato#reque
@@ -44,7 +44,7 @@ Alternatively the `api-key` and/or `api-endpoint` can be passed in the `options`
44
44
45
45
## Quickstart
46
46
47
-
See the full [API Reference](https://cljdoc.org/d/net.clojars.wkok/openai-clojure/0.20.0/api/wkok.openai-clojure.api) api documentation for examples of all the supported OpenAI APIs.
47
+
See the full [API Reference](https://cljdoc.org/d/net.clojars.wkok/openai-clojure/0.21.0/api/wkok.openai-clojure.api) api documentation for examples of all the supported OpenAI APIs.
48
48
49
49
Require the `api` namespace
50
50
@@ -102,36 +102,36 @@ Any of these [supported request options](https://github.com/gnarroway/hato#reque
0 commit comments