Skip to content
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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

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.

v1.32.5

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.32.4...v1.32.5

v1.32.4

What's Changed

Full Changelog: sashabaranov/go-openai@v1.32.3...v1.32.4

v1.32.3

What's Changed

Full Changelog: sashabaranov/go-openai@v1.32.2...v1.32.3

v1.32.2

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.32.1...v1.32.2

v1.32.1

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.32.0...v1.32.1

v1.32.0

What's Changed

... (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)
  • Additional commits viewable in compare view

Dependabot compatibility score

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:

  • Bump the github.com/sashabaranov/go-openai dependency from version 1.26.3 to 1.32.5.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 4, 2024
Copy link
Contributor

sourcery-ai bot commented Nov 4, 2024

Reviewer's Guide by Sourcery

This 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

Change Details Files
Dependency version update in the project configuration
  • Updated go-openai from v1.26.3 to v1.32.5
  • Updated module dependency in go.mod
  • Updated checksum in go.sum
go.mod
go.sum

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a 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>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/sashabaranov/go-openai-1.32.5 branch from 6a477ee to 452c760 Compare November 6, 2024 10:55
Copy link

sweep-ai bot commented Nov 6, 2024

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:
- Test chat completion stream delta refusal
- Test new completion API parameters like Store and Metadata
- Test handling of non-JSON responses
- Test the updated Assistant struct fields

📖 For more information on how to use Sweep, please read our documentation.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

Superseded by #124.

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/sashabaranov/go-openai-1.32.5 branch November 11, 2024 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants