Releases: sashabaranov/go-openai
Releases · sashabaranov/go-openai
v1.13.0
What's Changed
- chore: add an issue template for feature request by @vvatanabe in #410
- chore: add an issue template for bug report by @vvatanabe in #408
- chore: add a pull request template by @vvatanabe in #412
- replace deprecated FunctionDefine in chat_test.go by @ryomak in #416
- fix: move pull request template by @vvatanabe in #420
- Fix OpenAI error when properties is empty in function call : object s… by @royalrick in #419
- docs: remove medatada in PULL_REQUEST_TEMPLATE.md by @vvatanabe in #423
- Allow embeddings requests to be tokens or strings by @jacksors in #417
- docs: added instructions for obtaining OpenAI API key to README by @vvatanabe in #421
New Contributors
- @ryomak made their first contribution in #416
- @royalrick made their first contribution in #419
- @jacksors made their first contribution in #417
Full Changelog: v1.12.0...v1.13.0
v1.12.0
What's Changed
- add vvatanabe to FUNDING.yml by @vvatanabe in #402
- refactor: refactoring http request creation and sending by @vvatanabe in #395
- Update README.md by @sashabaranov in #406
- [BREAKING_CHANGES] move json schema to directory/package by @jmacwhyte in #407
New Contributors
- @jmacwhyte made their first contribution in #407
Full Changelog: v1.11.3...v1.12.0
v1.11.3
What's Changed
- fix parsing error of api error response (#381) by @vvatanabe in #384
- extract and split integration tests by @vvatanabe in #389
- split integration test using go build tag by @vvatanabe in #392
- feat: added function call info to chat completions by @cem-unuvar in #390
- fix: chat stream returns an error response with a 'data: ' prefix by @liushuangls in #396
- feat: allow more input types to functions, fix tests by @stillmatic in #377
- docs: add requires go version in README.md by @vvatanabe in #397
- Update README.md by @sashabaranov in #399
New Contributors
- @cem-unuvar made their first contribution in #390
- @stillmatic made their first contribution in #377
Full Changelog: v1.11.2...v1.11.3
v1.11.2
v1.11.1
What's Changed
- Create FUNDING.yml by @sashabaranov in #371
- ChatCompletionStreamChoice.FinishReason from string to FinishReason by @liushuangls in #372
Full Changelog: v1.11.0...v1.11.1
v1.11.0
What's Changed
- Support Retrieve file content API (#347) by @vvatanabe in #348
- refactoring tests with mock servers (#30) by @vvatanabe in #356
- models: add *-0613 models by @simonklee in #361
- Improve (#356) to support registration of wildcard URLs by @coggsfl in #359
- Add 16k 0613 model by @beichideyuwan in #365
- feat(chat): support function call api by @Ccheers in #369
New Contributors
- @simonklee made their first contribution in #361
- @beichideyuwan made their first contribution in #365
- @Ccheers made their first contribution in #369
Full Changelog: v1.10.1...v1.11.0
v1.10.1
What's Changed
- Refactor streamReader: Replace goto Statement with Loop in Recv Method by @YukiBobier in #339
- fix json marshaling error response of azure openai (#343) by @vvatanabe in #345
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- move request_builder into internal pkg (#304) by @vvatanabe in #329
- Implement optional io.Reader in AudioRequest (#303) (#265) by @mdarc in #331
- move error_accumulator into internal pkg (#304) by @vvatanabe in #335
- Support Retrieve model API (#340) by @vvatanabe in #341
New Contributors
Full Changelog: v1.9.5...v1.10.0
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