Skip to content

Commit

Permalink
update pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mili-tan committed May 30, 2024
1 parent ff63d39 commit 838964d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Onllama.Tiny/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private void table1_CellButtonClick(object sender, CellLink btn, MouseEventArgs
OnOk = _ =>
{
Task.Run(async () => await OllamaApi.DeleteModel(data.name)).Wait();
Invoke(ListModels);
Invoke(() => ListModels());
return true;
}
}.open();
Expand Down
2 changes: 1 addition & 1 deletion Onllama.Tiny/Onllama.Tiny.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AntdUI" Version="1.2.3" />
<PackageReference Include="AntdUI" Version="1.2.8" />
<PackageReference Include="Kai.OllamaSharp" Version="1.1.0.7-b" />
</ItemGroup>

Expand Down

0 comments on commit 838964d

Please sign in to comment.