Releases: sashabaranov/go-openai
Releases · sashabaranov/go-openai
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
v1.32.0
What's Changed
- fix MaxCompletionTokens typo by @l-winston in #862
- add jailbreak filter result, add ContentFilterResults on output by @juliomartinsdev in #864
- Completion API: add new params by @isaacseymour in #870
New Contributors
- @l-winston made their first contribution in #862
- @juliomartinsdev made their first contribution in #864
- @isaacseymour made their first contribution in #870
Full Changelog: v1.31.0...v1.32.0
v1.31.0
What's Changed
- Filter messages by the run ID that generated them. (run_id string Optional) by @floodwm in #855
- Optimize Client Error Return by @eiixy in #856
- Fix max_completion_tokens by @alexsacr in #860
- fix: ParallelToolCalls should be added to RunRequest by @kenshin54 in #861
- feat: usage struct add CompletionTokensDetails by @liushuangls in #863
New Contributors
Full Changelog: v1.30.3...v1.31.0
v1.30.3
What's Changed
- feat: add ParallelToolCalls to RunRequest by @kenshin54 in #847
New Contributors
- @kenshin54 made their first contribution in #847
Full Changelog: v1.30.2...v1.30.3
v1.30.2
What's Changed
- add max_completions_tokens for o1 series models by @chococola in #857
New Contributors
- @chococola made their first contribution in #857
Full Changelog: v1.30.1...v1.30.2