Skip to content

Commit 7a4f047

Browse files
committed
Update
1 parent 12272bf commit 7a4f047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OllamaSharp/OllamaApiClientExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public static Task<EmbedResponse> EmbedAsync(this IOllamaApiClient client, strin
9696
/// <param name="client">The client used to execute the command.</param>
9797
/// <param name="model">The name of the model to unload.</param>
9898
/// <param name="cancellationToken">The token to cancel the operation with.</param>
99-
public static async Task RequestModelUnload(this IOllamaApiClient client, string model, CancellationToken cancellationToken = default)
99+
public static async Task RequestModelUnloadAsync(this IOllamaApiClient client, string model, CancellationToken cancellationToken = default)
100100
{
101101
var request = new GenerateRequest
102102
{

0 commit comments

Comments
 (0)