Skip to content

Commit

Permalink
Fix readme.md
Browse files Browse the repository at this point in the history
Fixes #55
  • Loading branch information
awaescher committed Aug 5, 2024
1 parent 54166d0 commit 3b5e516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ ConversationContext context = null;
await foreach (var stream in ollama.StreamCompletion("How are you today?", context))
{
Console.Write(stream.Response);
context = stream.Context;
}
```

Expand Down

0 comments on commit 3b5e516

Please sign in to comment.