Skip to content

Commit

Permalink
Merge pull request #45 from ohhmm/multiline-chat-requests
Browse files Browse the repository at this point in the history
Allow mulltiline input for chat
  • Loading branch information
awaescher authored Jun 24, 2024
2 parents 3d1353f + 0dad5a6 commit ff516a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OllamaApiConsole/Demos/ChatConsole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public override async Task Run()
do
{
AnsiConsole.WriteLine();
message = ReadInput();
message = ReadMultilineInput();

if (message.Equals("exit", StringComparison.OrdinalIgnoreCase))
break;
Expand Down

0 comments on commit ff516a5

Please sign in to comment.