Releases: sashabaranov/go-openai
Releases · sashabaranov/go-openai
v1.14.1
What's Changed
- ci: set up closing-inactive-issues in GitHub Action (#415) by @vvatanabe in #428
- Check if the model param is valid for moderations endpoint by @MunaerYesiyan in #437
- add example: fine tune by @mehulgohil in #438
- Update comment for
jsonSchema.FunctionDefinition
by @savannahostrowski in #441 - Add support for azure openai new version API (2023-07-01-preview) by @ZeroDeng01 in #451
New Contributors
- @MunaerYesiyan made their first contribution in #437
- @mehulgohil made their first contribution in #438
- @savannahostrowski made their first contribution in #441
- @ZeroDeng01 made their first contribution in #451
Full Changelog: v1.14.0...v1.14.1
v1.14.0
What's Changed
- Implement OpenAI July 2023 Updates by @liushuangls in #427
- docs: explanation about LogitBias. (#129) by @vvatanabe in #426
- fix: function call error due to nil properties (429) by @vvatanabe in #431
- fix: invalid schema for function 'func_name': None is not of type 'object' (#429)(#432) by @vvatanabe in #434
Full Changelog: v1.13.0...v1.14.0
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