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) {