Releases: sashabaranov/go-openai
Releases · sashabaranov/go-openai
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
v1.1.0
What's Changed
- Improve error reporting by @DarkDust in #68
- bump empty messages limit by @sashabaranov in #72
New Contributors
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Modify the test module, add the file upload test, and add the image edit api by @Rascal0814 in #63
- Break infinite loops in case [DONE] is missing by @sashabaranov in #67
New Contributors
- @Rascal0814 made their first contribution in #63
Full Changelog: v1.0.0...v1.0.1