We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d781ba commit 3a88dfaCopy full SHA for 3a88dfa
CHANGELOG.md
@@ -4,19 +4,20 @@
4
### Supported API versions
5
- OpenAI v1
6
- Azure OpenAI 2022-12-01
7
-### Added
+### Changes
8
- Implemented server-sent events using `stream` in `create-completion`
9
+- Replaced clj-http with hato, falling back to the native Java 11 http client
10
11
## 0.2.0 - 2023-02-15
12
13
14
15
16
- Azure OpenAI API Support (thanks [Carsten Behring](https://github.com/behrica))
17
18
## 0.1.14 - 2023-02-14
19
20
21
22
- OpenAI API Support
23
- Initial release
0 commit comments