Skip to content

Commit

Permalink
allow user to edit the History
Browse files Browse the repository at this point in the history
  • Loading branch information
thnak authored and HavenDV committed Aug 16, 2024
1 parent 439f23c commit 4066bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Ollama/Chat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Chat
/// <summary>
///
/// </summary>
public List<Message> History { get; } = new();
public List<Message> History { get; set; } = new();

/// <summary>
///
Expand Down

0 comments on commit 4066bab

Please sign in to comment.