From fd93036d08f56554792fef2d6b809792d90615cb Mon Sep 17 00:00:00 2001 From: "koujalgi.amith@gmail.com" Date: Sun, 14 Jul 2024 00:07:23 +0530 Subject: [PATCH] Refactor Signed-off-by: koujalgi.amith@gmail.com --- docs/docs/apis-generate/generate-async.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/apis-generate/generate-async.md b/docs/docs/apis-generate/generate-async.md index d5c1c27..e71d2a7 100644 --- a/docs/docs/apis-generate/generate-async.md +++ b/docs/docs/apis-generate/generate-async.md @@ -22,7 +22,7 @@ public class Main { OllamaAsyncResultStreamer streamer = ollamaAPI.generateAsync(OllamaModelType.LLAMA3, prompt, false); // Set the poll interval according to your needs. - // Smaller the poll interval, more frequently you receive the token. + // Smaller the poll interval, more frequently you receive the tokens. int pollIntervalMilliseconds = 1000; while (true) {