Releases: sashabaranov/go-openai
Releases · sashabaranov/go-openai
v1.9.5
What's Changed
- Adjust the azure model deployment name call corresponding to README by @zjy282 in #309
- Move form_builder into internal pkg. by @JiayueShi in #311
- Azure OpenAI API version 2023-05-15 by @iktakahiro in #316
- Update README.md to include "unofficial" by @TomHennessy in #319
- Update README.md with Azure OpenAI Embeddings example by @coggsfl in #318
- docs(readme): update format by @appleboy in #317
- move marshaller and unmarshaler into internal pkg (#304) by @vvatanabe in #325
New Contributors
- @JiayueShi made their first contribution in #311
- @iktakahiro made their first contribution in #316
- @TomHennessy made their first contribution in #319
- @appleboy made their first contribution in #317
- @vvatanabe made their first contribution in #325
Full Changelog: v1.9.4...v1.9.5
v1.9.4
What's Changed
- Add missing error processing for audio by @smoreg in #301
- Add Readme example to example_test.go by @hoani in #298
- change azure engine config to modelMapper by @GargantuaX in #306
New Contributors
- @smoreg made their first contribution in #301
- @GargantuaX made their first contribution in #306
Full Changelog: v1.9.3...v1.9.4
v1.9.3
What's Changed
- Resolve issue #296: Remove httpbin dependency from TestRequestError by @YukiBobier in #297
- maintain underlying error structs to allow for type conversion by @qhenkart in #293
New Contributors
- @YukiBobier made their first contribution in #297
- @qhenkart made their first contribution in #293
Full Changelog: v1.9.2...v1.9.3
v1.9.2
What's Changed
- Do not return when not present by @quzard in #294
- Jsburckhardt/287 azure openai list models by @jsburckhardt in #290
New Contributors
- @quzard made their first contribution in #294
- @jsburckhardt made their first contribution in #290
Full Changelog: v1.9.1...v1.9.2
v1.9.1
What's Changed
- Adds support for audio captioning with Whisper by @hoani in #267
- Fixing missing OrgId assignment issue in the ChatCompletionStream by @biu7 in #268
- fix:model param type, add moderation Model Name const. by @aceld in #270
- feat: RequestError print status code by @liushuangls in #285
- Fix OpenAI or Azure returns an undefined error message return by @zjy282 in #283
- fix expected error message by @sashabaranov in #289
New Contributors
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- add ImageVariRequest/ImageEditRequest.ResponseFormat by @aceld in #264
- fix: chat stream resp error by @liushuangls in #259
New Contributors
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- Add form builder tests by @sashabaranov in #241
- Test request builder + streams by @sashabaranov in #242
- Implement Unmarshaller interface. Resolves #244 by @young-steveo in #248
New Contributors
- @young-steveo made their first contribution in #248
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Add form builder by @sashabaranov in #235
- Update readme by @sashabaranov in #236
- Add embeddings tests by @sashabaranov in #237
- Add files api tests by @sashabaranov in #238
- Update README.md with Azure OpenAI ChatGPT example by @coggsfl in #239
New Contributors
Full Changelog: v1.6.1...v1.7.0
v1.6.1
v1.6.0
What's Changed
- CompletionBatchingRequestSupport by @NullpointerW in #220
- feat: add azure openai support by @ttys3 in #214
New Contributors
- @NullpointerW made their first contribution in #220
- @ttys3 made their first contribution in #214
Full Changelog: v1.5.8...v1.6.0