Releases: sashabaranov/go-openai
Releases · sashabaranov/go-openai
v1.16.1
What's Changed
- Update README.md by @sashabaranov in #511
- feat(completion): add constants for new GPT models by @simonklee in #520
- Fix typo in README: AdaEmbeddingV2 by @eliben in #516
New Contributors
Full Changelog: v1.16.0...v1.16.1
v1.16.0
What's Changed
- Add DotProduct Method and README Example for Embedding Similarity Search by @ealvar3z in #492
- fix: use any for n_epochs by @henomis in #499
- Feat Add headers to openai responses by @henomis in #506
- Support get http header and x-ratelimit-* headers by @liushuangls in #507
Full Changelog: v1.15.4...v1.16.0
v1.15.4
What's Changed
- added delete fine tune model endpoint by @BrendanMartin in #497
Full Changelog: v1.15.3...v1.15.4
v1.15.3
What's Changed
Full Changelog: v1.15.2...v1.15.3
v1.15.2
What's Changed
- Update OpenAPI file return struct by @NullpointerW in #486
Full Changelog: v1.15.1...v1.15.2
v1.15.1
What's Changed
Full Changelog: v1.15...v1.15.1
v1.15
v1.14.2
What's Changed
- feat: make finish reason nullable in json marshal by @yuikns in #449
- docs: add Frequently Asked Questions to README.md by @vvatanabe in #462
- Compatible with the 2023-07-01-preview API interface of Azure Openai, when content interception is triggered, the error message will contain innererror by @ZeroDeng01 in #460
- docs: Add Contributing Guidelines by @vvatanabe in #463
New Contributors
Full Changelog: v1.14.1...v1.14.2
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