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.9.0 - 2023-07-26
4
+
### Supported API versions
5
+
- OpenAI v2.0.0
6
+
- Azure OpenAI v2023-05-15
7
+
### Changes
8
+
- Updated to the latest OpenAI API v2.0.0 spec patches which includes allowing the content field nullable when function calling. Fixes [Issue 30](https://github.com/wkok/openai-clojure/issues/30)
See the full [API Reference](https://cljdoc.org/d/net.clojars.wkok/openai-clojure/0.8.0/api/wkok.openai-clojure.api) for examples of all the supported OpenAI APIs.
81
+
See the full [API Reference](https://cljdoc.org/d/net.clojars.wkok/openai-clojure/0.9.0/api/wkok.openai-clojure.api) for examples of all the supported OpenAI APIs.
@@ -43,7 +43,7 @@ Alternatively the `api-key` and/or `organization` can be passed in the `options`
43
43
44
44
## Quickstart
45
45
46
-
See the full [API Reference](https://cljdoc.org/d/net.clojars.wkok/openai-clojure/0.8.0/api/wkok.openai-clojure.api) api documentation for examples of all the supported OpenAI APIs.
46
+
See the full [API Reference](https://cljdoc.org/d/net.clojars.wkok/openai-clojure/0.9.0/api/wkok.openai-clojure.api) api documentation for examples of all the supported OpenAI APIs.
@@ -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.8.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.9.0/api/wkok.openai-clojure.api) api documentation for examples of all the supported OpenAI APIs.
0 commit comments