Commit 935bf3b
authored
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 />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 1eeedae commit 935bf3b
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
| 218 | + | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments