Releases: sashabaranov/go-openai
Releases · sashabaranov/go-openai
v1.5.0
What's Changed
- use float32 in embeddings by @sashabaranov in #133
- Implement the fine-tunes API by @mtrefilek in #130
Full Changelog: v1.4.2...v1.5.0
v1.4.2
What's Changed
- Add speech to text example in docs by @hoani in #124
- Correction of incorrect function names in comments by @NICEXAI in #125
- add "name" property for ChatCompletionMessage by @fussraider in #123
- Warn about GPT3.5-turbo models in regular completion by @sashabaranov in #127
New Contributors
- @fussraider made their first contribution in #123
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Add chat message role const by @fishcg in #111
- remove pointer by @bestgopher in #113
- fix json tag by @bestgopher in #116
- Add whisper 1 support by @hoani in #117
- Rename repo to
go-openai
and update docs by @sashabaranov in #120
New Contributors
Full Changelog: v1.3.3...v1.4.1
v1.3.3
What's Changed
- Remove deprecated answers API by @sashabaranov in #108
Full Changelog: v1.3.2...v1.3.3
v.1.3.2
v1.3.1
What's Changed
- Add the rest of the Chat Completion fields by @pnegahdar in #92
- refactor: use
http.NewRequestWithContext
instead ofhttp.NewRequest
by @bestgopher in #97
New Contributors
- @pnegahdar made their first contribution in #92
- @bestgopher made their first contribution in #97
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.2.1
v1.2.0
What's Changed
- Better configuration by @sashabaranov and @mwillfox in #79
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Fix endless loop while network error by @yangyanqing in #77
New Contributors
- @yangyanqing made their first contribution in #77
Full Changelog: v1.1.0...v1.1.1