Skip to content

Commit

Permalink
.Net: Bump OllamaSharp from 3.0.1 to 3.0.8 in /dotnet (#9040)
Browse files Browse the repository at this point in the history
Bumps [OllamaSharp](https://github.com/awaescher/OllamaSharp) from 3.0.1
to 3.0.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/awaescher/OllamaSharp/releases">OllamaSharp's
releases</a>.</em></p>
<blockquote>
<h2>Release 3.0.8</h2>
<ul>
<li>Allow <code>SendToOllamaAsync()</code> to be overridden <a
href="https://redirect.github.com/awaescher/OllamaSharp/issues/87">#87</a>
to support streaming responses in Blazor WASM <a
href="https://redirect.github.com/awaescher/OllamaSharp/issues/84">#84</a></li>
<li>Update RequestOptions <a
href="https://redirect.github.com/awaescher/OllamaSharp/issues/88">#88</a>
with new properties <code>MainGpu</code>, <code>UseMmap</code>,
<code>LowVram</code> and more.</li>
</ul>
<h2>Release 3.0.7</h2>
<ul>
<li>Exposed <code>RequestOptions</code> (to set the temperature, etc.)
when using the <code>Chat</code> class <a
href="https://redirect.github.com/awaescher/OllamaSharp/issues/77">#77</a></li>
</ul>
<h2>Release 3.0.6</h2>
<ul>
<li>Added support for <a
href="https://github.com/awaescher/OllamaSharp/blob/a11d1b606d7b1ed0b5602868aaef54336f5898b7/test/OllamaApiClientTests.cs#L38">default
request headers to the <code>OllamaApiClient</code></a> and <a
href="https://github.com/awaescher/OllamaSharp/blob/a11d1b606d7b1ed0b5602868aaef54336f5898b7/test/OllamaApiClientTests.cs#L144">custom
request headers</a> to requests against the Ollama API.</li>
</ul>
<h2>Release 3.0.5</h2>
<ul>
<li>Added <code>OllamaApiClient.IncomingJsonSerializerOptions</code> to
control how responses from Ollama are deserialized <a
href="https://redirect.github.com/awaescher/OllamaSharp/issues/78">#78</a></li>
</ul>
<h2>Release 3.0.4</h2>
<ul>
<li>Removed the OllamaApiConsole demo which is now <a
href="https://github.com/awaescher/OllamaSharpConsole">located in an own
repository</a> to reduce package updates</li>
<li>Added <code>OllamaApiClient.OutgoingJsonSerializerOptions</code> to
control how requests to Ollama are serialized <a
href="https://redirect.github.com/awaescher/OllamaSharp/issues/75">#75</a></li>
</ul>
<h2>Release 3.0.3</h2>
<p>No release notes provided.</p>
<h2>Release 3.0.2</h2>
<p>Improved tool chat demos</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/awaescher/OllamaSharp/commit/79b7fff3cc8cf3f029e9077e771a1ceb5c215088"><code>79b7fff</code></a>
Merge pull request <a
href="https://redirect.github.com/awaescher/OllamaSharp/issues/89">#89</a>
from awaescher/milimerge</li>
<li><a
href="https://github.com/awaescher/OllamaSharp/commit/9f7d340382ecda07db768472a9f39a6c31d5eead"><code>9f7d340</code></a>
Update RequestOptions.cs</li>
<li><a
href="https://github.com/awaescher/OllamaSharp/commit/04e2ac0b90dcd5d19dc7ee3e9ade165e7d51b7fd"><code>04e2ac0</code></a>
Merge pull request <a
href="https://redirect.github.com/awaescher/OllamaSharp/issues/87">#87</a>
from milbk/overridable</li>
<li><a
href="https://github.com/awaescher/OllamaSharp/commit/331d4d48ba077d8f0a9ca464cda8493b1ec61c89"><code>331d4d4</code></a>
Merge pull request <a
href="https://redirect.github.com/awaescher/OllamaSharp/issues/88">#88</a>
from milbk/main</li>
<li><a
href="https://github.com/awaescher/OllamaSharp/commit/ebe5bb3d6341e6d62bf060c2acc5c8e418a978f8"><code>ebe5bb3</code></a>
Update RequestOptions</li>
<li><a
href="https://github.com/awaescher/OllamaSharp/commit/564efc7ec8af953e6191ff76f7eccb5c024deb33"><code>564efc7</code></a>
Update RequestOptions</li>
<li><a
href="https://github.com/awaescher/OllamaSharp/commit/b404041bec0c0c41893c6b79dd5923616087e89a"><code>b404041</code></a>
Update RequestOptions</li>
<li><a
href="https://github.com/awaescher/OllamaSharp/commit/e68fa565f2e47536af9001587e3848fde3ea7bc3"><code>e68fa56</code></a>
Make SendToOllamaAsync be overridable</li>
<li><a
href="https://github.com/awaescher/OllamaSharp/commit/d0bc64791548f35b7367e3cb43761dbe11cb389d"><code>d0bc647</code></a>
Merge pull request <a
href="https://redirect.github.com/awaescher/OllamaSharp/issues/77">#77</a>
from Plootie/main</li>
<li><a
href="https://github.com/awaescher/OllamaSharp/commit/76535190b644338bec2053a8ceb6c534a2eeded9"><code>7653519</code></a>
Add Summary</li>
<li>Additional commits viewable in <a
href="https://github.com/awaescher/OllamaSharp/compare/3.0.1...3.0.8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=OllamaSharp&package-manager=nuget&previous-version=3.0.1&new-version=3.0.8)](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>
Co-authored-by: Roger Barreto <19890735+RogerBarreto@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and RogerBarreto authored Oct 1, 2024
1 parent e183873 commit f31ed59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PackageVersion Include="System.Memory.Data" Version="8.0.0" />
<PackageVersion Include="System.Numerics.Tensors" Version="8.0.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.4" />
<PackageVersion Include="OllamaSharp" Version="3.0.1" />
<PackageVersion Include="OllamaSharp" Version="3.0.8" />
<!-- Tokenizers -->
<PackageVersion Include="Microsoft.ML.Tokenizers" Version="0.22.0-preview.24378.1" />
<PackageVersion Include="Microsoft.DeepDev.TokenizerLib" Version="1.3.3" />
Expand Down

0 comments on commit f31ed59

Please sign in to comment.