Skip to content

Commit

Permalink
bump KoboldSharp to 1.82.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dclipca committed Jan 31, 2025
1 parent 09d53d8 commit af5a26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<Version>0.0.4</Version>
<Version>0.0.6</Version>
<AssemblyName>SpongeEngine.SpongeLLM.Tests</AssemblyName>
<RootNamespace>SpongeEngine.SpongeLLM.Tests</RootNamespace>
<TargetFrameworks>net8.0;net6.0;net7.0</TargetFrameworks>
Expand Down
2 changes: 1 addition & 1 deletion SpongeEngine.SpongeLLM/SpongeEngine.SpongeLLM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="OllamaSharp" Version="5.0.4" />
<PackageReference Include="Polly" Version="8.5.1" />
<PackageReference Include="SpongeEngine.KoboldSharp" Version="1.82.4.3" />
<PackageReference Include="SpongeEngine.KoboldSharp" Version="1.82.4.4" />
<PackageReference Include="SpongeEngine.LMStudioSharp" Version="0.3.8.5" />
<PackageReference Include="SpongeEngine.OobaboogaSharp" Version="2.3.0.1" />
<PackageReference Include="SpongeEngine.SpongeLLM.Core" Version="0.0.3" />
Expand Down

0 comments on commit af5a26d

Please sign in to comment.