File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## 0.8.0 - 2023-06-21
3
+ ## 0.8.0 - 2023-06-22
4
4
### Supported API versions
5
5
- OpenAI v2.0.0
6
6
- Azure OpenAI v2023-05-15
7
7
### Changes
8
+ - Fixed issue with spec validation failing when spec instrumentation is enabled [ Issue 25] ( https://github.com/wkok/openai-clojure/issues/25 )
8
9
- Added support for OpenAI API v2.0.0 which mainly removed unused & deprecated operations
9
10
10
11
## 0.7.0 - 2023-06-17
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ tools and applications which can work with both variants.
22
22
23
23
| | OpenAI | Azure OpenAI |
24
24
| ----------- | :----: | :----------: |
25
- | Version | v1.3 .0 | v2023-05-15 |
25
+ | Version | v2.0 .0 | v2023-05-15 |
26
26
| [ Chat] ( https://platform.openai.com/docs/api-reference/chat ) | X | X |
27
27
| [ Audio] ( https://platform.openai.com/docs/api-reference/audio ) | X | |
28
28
| [ Completion] ( https://platform.openai.com/docs/api-reference/completions ) | X | X |
You can’t perform that action at this time.
0 commit comments