File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 1.3.1
2
+
3
+ - Upgrade to azure-ai-openai 1.0.0-beta.12
4
+
1
5
# 1.3.0
2
6
3
7
- Added support for Json Schema to Open AI Chat Completions
Original file line number Diff line number Diff line change 14
14
<description >Parent pom for the Semantic Kernel Project</description >
15
15
16
16
<properties >
17
- <!-- TODO change this to beta.12 (which has some API changes) -->
18
- <azure-ai-openai .version>1.0.0-beta.11</azure-ai-openai .version>
17
+ <azure-ai-openai .version>1.0.0-beta.12</azure-ai-openai .version>
19
18
<checkstyle .version>10.18.2</checkstyle .version>
20
19
<com .uber.nullaway.version>0.10.21</com .uber.nullaway.version>
21
20
<compilingJdk8 >false</compilingJdk8 >
Original file line number Diff line number Diff line change 100
100
<dependency >
101
101
<groupId >com.azure</groupId >
102
102
<artifactId >azure-ai-openai</artifactId >
103
- <!-- change to beta.12 -->
104
- <version >1.0.0-beta.11</version >
103
+ <version >1.0.0-beta.12</version >
105
104
</dependency >
106
105
<dependency >
107
106
<groupId >com.azure</groupId >
You can’t perform that action at this time.
0 commit comments