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-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,13 @@
4
4
5
5
### Features Added
6
6
7
-
- Added `OpenAIAudioModelFactory`, `OpenAIEmbeddingsModelFactory`, and `OpenAIImagesModelFactory` static classes to the `Audio`, `Embeddings`, and `Images` namespaces, respectively. Model factories can be used to instantiate OpenAI models for mocking in non-live test scenarios.
7
+
- Added the following model factories (static classes that can be used to instantiate OpenAI models for mocking in non-live test scenarios):
8
+
-`OpenAIAudioModelFactory` in the `OpenAI.Audio` namespace
9
+
-`OpenAIEmbeddingsModelFactory` in the `OpenAI.Embeddings` namespace
10
+
-`OpenAIFilesModelFactory` in the `OpenAI.Files` namespace
11
+
-`OpenAIImagesModelFactory` in the `OpenAI.Images` namespace
12
+
-`OpenAIModelsModelFactory` in the `OpenAI.Models` namespace
13
+
-`OpenAIModerationsModelFactory` in the `OpenAI.Moderations` namespace
0 commit comments