Bump github.com/sashabaranov/go-openai from 1.15.4 to 1.41.2
Bumps github.com/sashabaranov/go-openai from 1.15.4 to 1.41.2.
Release notes
Sourced from github.com/sashabaranov/go-openai's releases.
v1.41.2
What's Changed
- Add Verbosity parameter to Chat Completion Request by
@azdaevin sashabaranov/go-openai#1064New Contributors
@azdaevmade their first contribution in sashabaranov/go-openai#1064Full Changelog: https://github.com/sashabaranov/go-openai/compare/v1.41.1...v1.41.2
v1.41.1
What's Changed
- feat: add safety_identifier params by
@liushuanglsin sashabaranov/go-openai#1066Full Changelog: https://github.com/sashabaranov/go-openai/compare/v1.41.0...v1.41.1
v1.41.0
What's Changed
- Improve jsonschema test coverage by
@sashabaranovin sashabaranov/go-openai#1040- Increase files.go test coverage by
@sashabaranovin sashabaranov/go-openai#1041- Enable Go 1.18 compatibility check by
@sashabaranovin sashabaranov/go-openai#1042- Support for extra_body parameter for embeddings API by
@AyushSawant18588in sashabaranov/go-openai#906- Increase jsonschema test coverage by
@sashabaranovin sashabaranov/go-openai#1043- Add tests for internal utilities by
@sashabaranovin sashabaranov/go-openai#1044- Add GuidedChoice to ChatCompletionRequest by
@AyushSawant18588in sashabaranov/go-openai#1034- fix(chat): shorten comment to pass linter by
@sashabaranovin sashabaranov/go-openai#1050- add GPT-5 model constants and reasoning validation by
@behzadspin sashabaranov/go-openai#1062New Contributors
@behzadspmade their first contribution in sashabaranov/go-openai#1062Full Changelog: https://github.com/sashabaranov/go-openai/compare/v1.40.5...v1.41.0
v1.40.5
What's Changed
- Support $ref and $defs in JSON Schema by
@eiixyin sashabaranov/go-openai#1030- Improve unit test coverage by
@sashabaranovin sashabaranov/go-openai#1032- Removed root $ref from GenerateSchemaForType by
@eiixyin sashabaranov/go-openai#1033- Increase test coverage by
@sashabaranovin sashabaranov/go-openai#1036- Configure Codecov to ignore examples & test helpers by
@sashabaranovin sashabaranov/go-openai#1038- Improve image.go test coverage to 100% by
@sashabaranovin sashabaranov/go-openai#1039Full Changelog: https://github.com/sashabaranov/go-openai/compare/v1.40.4...v1.40.5
v1.40.4
What's Changed
- fix: properly unmarshal JSON schema in ChatCompletionResponseFormatJSONSchema.schema by
@eiixyin sashabaranov/go-openai#1028- Add support for Chat Completion Service Tier by
@mathewtinsleyin sashabaranov/go-openai#1023
... (truncated)
Commits
8e5611cAdd Verbosity parameter to Chat Completion Request (#1064)f71d1a6feat: add safety_identifier params (#1066)f7d6eceadd GPT-5 model constants and reasoning validation (#1062)c4273cbfix(chat): shorten comment to pass linter (#1050)4f87294Add GuidedChoice to ChatCompletionRequest (#1034)181c0e8Add tests for internal utilities (#1044)e6c1d3eIncrease jsonschema test coverage (#1043)bd36c45Support for extra_body parameter for embeddings API (#906)3bb1014ci: enable version compatibility vet (#1042)1e91217test: cover CreateFile request builder failure (#1041)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Stale pull request message
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.