From af2775d1aa07b95372c9c9ca0a6448a72b13a835 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Sat, 13 Apr 2024 19:25:51 -0700 Subject: [PATCH] docs: explain stream mode --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3aeeffc..a64f825 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ Your LLM: LLM(streamContent1) | | LLM(streamContent3) ``` +Stream mode is also useful when the target page is large to render. If you find standard mode gives you incomplete content, try streaming mode. + ### JSON mode This is still very early and the result is not really a "useful" JSON. It contains three fields `url`, `title` and `content` only. Nonetheless, you can use accept-header to control the output format: