Skip to content

Commit

Permalink
ollama update (#433)
Browse files Browse the repository at this point in the history
* Updating ollama image tag

* Bumping OllamaSharp version
  • Loading branch information
aaronpowell authored Jan 31, 2025
1 parent 16363b4 commit 75fdbda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<!-- External packages -->
<PackageVersion Include="Azure.Provisioning.AppContainers" Version="1.0.0" />
<PackageVersion Include="JsonSchema.Net" Version="7.3.0" />
<PackageVersion Include="OllamaSharp" Version="4.0.22" />
<PackageVersion Include="OllamaSharp" Version="5.0.4" />
<PackageVersion Include="MassTransit" Version="8.3.4" />
<PackageVersion Include="MassTransit.ActiveMQ" Version="8.3.1" />
<PackageVersion Include="MeiliSearch" Version="0.16.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ internal static class OllamaContainerImageTags
{
public const string Registry = "docker.io";
public const string Image = "ollama/ollama";
public const string Tag = "0.5.1";
public const string Tag = "0.5.7";

public const string OpenWebUIRegistry = "ghcr.io";
public const string OpenWebUIImage = "open-webui/open-webui";
Expand Down

0 comments on commit 75fdbda

Please sign in to comment.