Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump github.com/sashabaranov/go-openai from 1.26.0 to 1.…
…27.0 (#862) Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) from 1.26.0 to 1.27.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's releases</a>.</em></p> <blockquote> <h2>v1.27.0</h2> <h2>What's Changed</h2> <ul> <li>fix: file not closed after CreateFile by <a href="https://github.com/eiixy"><code>@eiixy</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/798">sashabaranov/go-openai#798</a></li> <li>feat: Add GPT-4o Mini model support by <a href="https://github.com/danielchalef"><code>@danielchalef</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/796">sashabaranov/go-openai#796</a></li> <li>fix: Azure openai parameter splicing error bug by <a href="https://github.com/eiixy"><code>@eiixy</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/797">sashabaranov/go-openai#797</a></li> <li>fix: Updated ThreadMessage struct with latest fields based on OpenAI docs by <a href="https://github.com/ecoralic"><code>@ecoralic</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/792">sashabaranov/go-openai#792</a></li> <li>add finetuning hyperparams by <a href="https://github.com/janukobytsch"><code>@janukobytsch</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/793">sashabaranov/go-openai#793</a></li> <li>Add New Optional Parameters to <code>AssistantRequest</code> Struct by <a href="https://github.com/Vanessamae23"><code>@Vanessamae23</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/795">sashabaranov/go-openai#795</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/danielchalef"><code>@danielchalef</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/796">sashabaranov/go-openai#796</a></li> <li><a href="https://github.com/ecoralic"><code>@ecoralic</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/792">sashabaranov/go-openai#792</a></li> <li><a href="https://github.com/janukobytsch"><code>@janukobytsch</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/793">sashabaranov/go-openai#793</a></li> <li><a href="https://github.com/Vanessamae23"><code>@Vanessamae23</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/795">sashabaranov/go-openai#795</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.26.3...v1.27.0">https://github.com/sashabaranov/go-openai/compare/v1.26.3...v1.27.0</a></p> <h2>v1.26.3</h2> <h2>What's Changed</h2> <ul> <li>feat: ParallelToolCalls to ChatCompletionRequest with helper functions by <a href="https://github.com/LGXerxes"><code>@LGXerxes</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/787">sashabaranov/go-openai#787</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/LGXerxes"><code>@LGXerxes</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/787">sashabaranov/go-openai#787</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.26.2...v1.26.3">https://github.com/sashabaranov/go-openai/compare/v1.26.2...v1.26.3</a></p> <h2>v1.26.2</h2> <h2>What's Changed</h2> <ul> <li>Allow custom Voice and Speech Models by <a href="https://github.com/adrianliechti"><code>@adrianliechti</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/691">sashabaranov/go-openai#691</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/adrianliechti"><code>@adrianliechti</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/691">sashabaranov/go-openai#691</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.26.1...v1.26.2">https://github.com/sashabaranov/go-openai/compare/v1.26.1...v1.26.2</a></p> <h2>v1.26.1</h2> <h2>What's Changed</h2> <ul> <li>fix: remove errors.Join by <a href="https://github.com/sashabaranov"><code>@sashabaranov</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/778">sashabaranov/go-openai#778</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.26.0...v1.26.1">https://github.com/sashabaranov/go-openai/compare/v1.26.0...v1.26.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sashabaranov/go-openai/commit/966ee682b11ca580c2c2c3ac067c27b51bd6d749"><code>966ee68</code></a> Add New Optional Parameters to <code>AssistantRequest</code> Struct (<a href="https://redirect.github.com/sashabaranov/go-openai/issues/795">#795</a>)</li> <li><a href="https://github.com/sashabaranov/go-openai/commit/a7e9f0e3880d1487fe8e06a43820f42046b5b622"><code>a7e9f0e</code></a> add hyperparams (<a href="https://redirect.github.com/sashabaranov/go-openai/issues/793">#793</a>)</li> <li><a href="https://github.com/sashabaranov/go-openai/commit/ae903d7465c4b48654fac6103472767ee4d95e41"><code>ae903d7</code></a> fix: Updated ThreadMessage struct with latest fields based on OpenAI docs (<a href="https://redirect.github.com/sashabaranov/go-openai/issues/792">#792</a>)</li> <li><a href="https://github.com/sashabaranov/go-openai/commit/92f483055f666847f7954e148b7f46771c5581b8"><code>92f4830</code></a> fix: <a href="https://redirect.github.com/sashabaranov/go-openai/issues/794">#794</a> (<a href="https://redirect.github.com/sashabaranov/go-openai/issues/797">#797</a>)</li> <li><a href="https://github.com/sashabaranov/go-openai/commit/27c1c56f0b50a84740425f7534c46825e227b437"><code>27c1c56</code></a> feat: Add GPT-4o Mini model support (<a href="https://redirect.github.com/sashabaranov/go-openai/issues/796">#796</a>)</li> <li><a href="https://github.com/sashabaranov/go-openai/commit/3e47e6fef4ac861dd5e07f73a8fb240374e8cad3"><code>3e47e6f</code></a> fix: <a href="https://redirect.github.com/sashabaranov/go-openai/issues/790">#790</a> (<a href="https://redirect.github.com/sashabaranov/go-openai/issues/798">#798</a>)</li> <li><a href="https://github.com/sashabaranov/go-openai/commit/727944c47886924800128d1c33df706b4159eb23"><code>727944c</code></a> feat: ParallelToolCalls to ChatCompletionRequest with helper functions (<a href="https://redirect.github.com/sashabaranov/go-openai/issues/787">#787</a>)</li> <li><a href="https://github.com/sashabaranov/go-openai/commit/03851d20327b7df5358ff9fb0ac96f476be1875a"><code>03851d2</code></a> allow custom voice and speech models (<a href="https://redirect.github.com/sashabaranov/go-openai/issues/691">#691</a>)</li> <li><a href="https://github.com/sashabaranov/go-openai/commit/e31185974c45949cc58c24a6cbf5ca969fb0f622"><code>e311859</code></a> remove errors.Join (<a href="https://redirect.github.com/sashabaranov/go-openai/issues/778">#778</a>)</li> <li>See full diff in <a href="https://github.com/sashabaranov/go-openai/compare/v1.26.0...v1.27.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.26.0&new-version=1.27.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information