Skip to content

Commit

Permalink
Remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
awaescher committed May 10, 2024
1 parent 8b8b94f commit a79ac3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/TestOllamaApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ namespace Tests;
public class TestOllamaApiClient : IOllamaApiClient
{
private ChatRole _role;
private string _answer;
private string _answer = string.Empty;

public string SelectedModel { get; set; }
public string SelectedModel { get; set; } = string.Empty;

public Task CopyModel(CopyModelRequest request, CancellationToken cancellationToken)
{
Expand Down

0 comments on commit a79ac3c

Please sign in to comment.