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: sdk/ai/azopenai/CHANGELOG.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
9
9
### Bugs Fixed
10
10
11
+
- Ai sdk custom_client now respects `InsecureAllowCredentialWithHTTP` flag for allowing insecure connections. (PR#23188)
12
+
11
13
### Other Changes
12
14
13
15
## 0.6.0 (2024-06-11)
@@ -18,7 +20,7 @@
18
20
19
21
### Breaking Changes
20
22
21
-
- ContentFilterResultDetailsForPrompt.CustomBlocklists has been changed from a []ContentFilterBlocklistIDResult to a struct,
23
+
- ContentFilterResultDetailsForPrompt.CustomBlocklists has been changed from a []ContentFilterBlocklistIDResult to a struct,
22
24
containing the slice of []ContentFilterBlocklistIDResult.
23
25
- OnYourDataEndpointVectorizationSource.Authentication's type has changed to OnYourDataVectorSearchAuthenticationOptionsClassification
24
26
- Casing has been corrected for fields:
@@ -34,7 +36,7 @@
34
36
35
37
### Features Added
36
38
37
-
- Updating to the `2024-03-01-preview` API version. This adds support for using Dimensions with Embeddings as well as the ability to choose the embeddings format.
39
+
- Updating to the `2024-03-01-preview` API version. This adds support for using Dimensions with Embeddings as well as the ability to choose the embeddings format.
38
40
This update also adds in the `Model` field for ChatCompletions responses. PR(#22603)
39
41
40
42
## 0.5.0 (2024-03-05)
@@ -54,8 +56,8 @@
54
56
55
57
### Bugs Fixed
56
58
57
-
-`AudioTranscriptionOptions.Filename` and `AudioTranslationOptions.Filename` fields are now properly propagated, allowing
58
-
for disambiguating the format of an audio file when OpenAI can't detect it. (PR#22210)
59
+
-`AudioTranscriptionOptions.Filename` and `AudioTranslationOptions.Filename` fields are now properly propagated, allowing
60
+
for disambiguating the format of an audio file when OpenAI can't detect it. (PR#22210)
59
61
60
62
## 0.4.0 (2023-12-11)
61
63
@@ -82,9 +84,11 @@ Support for many of the features mentioned in OpenAI's November Dev Day and Micr
82
84
## 0.3.0 (2023-09-26)
83
85
84
86
### Features Added
87
+
85
88
- Support for Whisper audio APIs for transcription and translation using `GetAudioTranscription` and `GetAudioTranslation`.
86
89
87
90
### Breaking Changes
91
+
88
92
- ChatChoiceContentFilterResults content filtering fields are now all typed as ContentFilterResult, instead of unique types for each field.
89
93
-`PromptAnnotations` renamed to `PromptFilterResults` in `ChatCompletions` and `Completions`.
90
94
@@ -102,7 +106,7 @@ Support for many of the features mentioned in OpenAI's November Dev Day and Micr
102
106
103
107
### Bugs Fixed
104
108
105
-
- EventReader, used by GetChatCompletionsStream and GetCompletionsStream for streaming results, would not return an
109
+
- EventReader, used by GetChatCompletionsStream and GetCompletionsStream for streaming results, would not return an
106
110
error if the underlying Body reader was closed or EOF'd before the actual DONE: token arrived. This could result in an
107
111
infinite loop for callers. (PR#21323)
108
112
@@ -114,4 +118,4 @@ Support for many of the features mentioned in OpenAI's November Dev Day and Micr
0 commit comments