Releases: sashabaranov/go-openai
Releases · sashabaranov/go-openai
v1.37.0
What's Changed
- Simplify tests with T.TempDir by @alexandear in #929
- Chat Completion API: add ReasoningEffort and new o1 models by @trevorcreech in #928
- Make "Content" field in "ChatCompletionMessage" omitempty by @saileshd1402 in #926
- Add support for O3-mini by @rorymalcolm in #930
New Contributors
- @alexandear made their first contribution in #929
- @trevorcreech made their first contribution in #928
- @saileshd1402 made their first contribution in #926
- @rorymalcolm made their first contribution in #930
Full Changelog: v1.36.1...v1.37.0
v1.36.1
What's Changed
- Fix ID field to be optional by @TimMisiak in #911
- Ignore test.mp3 by @sashabaranov in #913
- Added additional_messages by @sabuhigr in #914
New Contributors
- @TimMisiak made their first contribution in #911
- @sabuhigr made their first contribution in #914
Full Changelog: v1.36.0...v1.36.1
v1.36.0
What's Changed
- Make user field optional in embedding request by @nagar-ajay in #899
- feat: add gpt-4o-2024-11-20 model by @liushuangls in #905
- feat: add RecvRaw by @WqyJh in #896
New Contributors
- @nagar-ajay made their first contribution in #899
Full Changelog: v1.35.7...v1.36.0
v1.35.7
What's Changed
- Updated client_test to solve lint error by @AyushSawant18588 in #900
- o1 model support stream by @ldnvnbl and @handsomefox in #904 and #902
New Contributors
- @ldnvnbl made their first contribution in #904
- @handsomefox made their first contribution in #902
Full Changelog: v1.35.6...v1.35.7
v1.35.6
What's Changed
- Added Vector Store File List properties that allow for pagination by @MattDavisRV in #891
- Support Attachments in MessageRequest by @kodernubie in #890
New Contributors
- @MattDavisRV made their first contribution in #891
- @kodernubie made their first contribution in #890
Full Changelog: v1.32.5...v1.35.6
v1.32.5
v1.32.4
What's Changed
- Updated checkPromptType function to handle prompt list in completions by @AyushSawant18588 in #885
Full Changelog: v1.32.3...v1.32.4
v1.32.3
What's Changed
- Handling for non-json response by @AyushSawant18588 in #881
- fix: Updated Assistent struct with latest fields based on OpenAI docs by @ecoralic in #883
Full Changelog: v1.32.2...v1.32.3
v1.32.2
What's Changed
- Cleanup by @sashabaranov in #879
- Completion API: add Store and Metadata parameters by @smackcrane in #878
New Contributors
- @smackcrane made their first contribution in #878
Full Changelog: v1.32.1...v1.32.2
v1.32.1
What's Changed
- Return response body as byte slice for RequestError type by @AyushSawant18588 in #873
- Adding new moderation model constants by @Mhjacobs in #875
New Contributors
- @AyushSawant18588 made their first contribution in #873
- @Mhjacobs made their first contribution in #875
Full Changelog: v1.32.0...v1.32.1