-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump github.com/sashabaranov/go-openai from 1.26.3 to 1.32.5 #120
chore(deps): bump github.com/sashabaranov/go-openai from 1.26.3 to 1.32.5 #120
Conversation
Reviewer's Guide by SourceryThis PR updates the go-openai dependency from version 1.26.3 to 1.32.5. The update includes several enhancements to the OpenAI client library, including improved chat completion streaming, better error handling, and new API parameter support. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) from 1.26.3 to 1.32.5. - [Release notes](https://github.com/sashabaranov/go-openai/releases) - [Commits](sashabaranov/go-openai@v1.26.3...v1.32.5) --- updated-dependencies: - dependency-name: github.com/sashabaranov/go-openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
6a477ee
to
452c760
Compare
Hey @dependabot[bot], here is an example of how you can ask me to improve this pull request: @Sweep Add unit tests for the OpenAI client to verify the new features introduced in the recent versions, such as: 📖 For more information on how to use Sweep, please read our documentation. |
Superseded by #124. |
Bumps github.com/sashabaranov/go-openai from 1.26.3 to 1.32.5.
Release notes
Sourced from github.com/sashabaranov/go-openai's releases.
... (truncated)
Commits
d10f1b8
add chatcompletion stream delta refusal and logprobs (#882)6e08732
Updated checkPromptType function to handle prompt list in completions (#885)3672c0d
fix: Updated Assistent struct with latest fields based on OpenAI docs (#883)fb15ff9
Handling for non-json response (#881)9fe2c6c
Completion API: add Store and Metadata parameters (#878)b162541
Cleanup (#879)21f7134
Adding new moderation model constants (#875)cfe15ff
return response body as byte slice for RequestError type (#873)9913264
Completion API: add new params (#870)7c145eb
add jailbreak filter result, add ContentFilterResults on output (#864)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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Chores: