Releases: sashabaranov/go-openai
Releases · sashabaranov/go-openai
v1.5.7
What's Changed
- fix: added defer to close audio file by @elisongomes in #195
- fixed typo for type ImageResponseDataInner by @rexposadas in #196
New Contributors
- @elisongomes made their first contribution in #195
- @rexposadas made their first contribution in #196
Full Changelog: v1.5.6...v1.5.7
v1.5.6
What's Changed
- Update README.md to rename the image file created to example.png by @kotaroyamazaki in #192
- refactor: Refactor endpoint and model compatibility check by @j178 in #180
New Contributors
- @kotaroyamazaki made their first contribution in #192
- @j178 made their first contribution in #180
Full Changelog: v1.5.5...v1.5.6
v1.5.5
What's Changed
- fix: stream return EOF when openai return error by @liushuangls in #184
- simplify unmarshal by @sashabaranov in #191
New Contributors
- @liushuangls made their first contribution in #184
Full Changelog: v1.5.4...v1.5.5
v1.5.4
What's Changed
- Add readme example of ChatGPT streaming completion by @ryuichi-maeda in #177
- add optional params for audio api, e.g. prompt by @itegel in #183
New Contributors
- @ryuichi-maeda made their first contribution in #177
Full Changelog: v1.5.3...v1.5.4
v1.5.3
What's Changed
- Add tests by @sashabaranov in #171
- Correct typos in api_test.go by @felixonmars in #172
- Check for
Stream
parameter usage by @sashabaranov in #174
New Contributors
- @felixonmars made their first contribution in #172
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- Update README.md by @sashabaranov in #160
- Add testable json marshaller by @sashabaranov in #161
- Add testable request builder by @sashabaranov in #162
- Check for GPT-4 models by @sashabaranov in #169
- Added an example of image generation using DALL-E by @fussraider in #168
- add readme exmaple: chatgpt support context by @A11Might in #166
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- add code coverage github action by @sashabaranov in #134
- add chatgpt logic tests by @sashabaranov in #135
- Udpate some type to optimize usage by @jooyyy in #139
- add more tests by @sashabaranov in #140
- readme example print error by @A11Might in #147
- fix issue #149 by @itegel in #150
- Revert "fix issue #149" by @sashabaranov in #151
- Update pr.yml by @sashabaranov in #155
- Create .github/workflows/codeball.yml by @sashabaranov in #156
- Add image variation implementation and fix #149 by @itegel in #153
- Feat: Add support for gpt-4 models by @jooyyy in #157
- Delete codeball.yml by @sashabaranov in #159
New Contributors
- @jooyyy made their first contribution in #139
- @A11Might made their first contribution in #147
- @itegel made their first contribution in #150
Full Changelog: v1.5.0...v1.5.1
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