hanxiao commited on
Commit
af2775d
·
1 Parent(s): ef23d81

docs: explain stream mode

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -40,6 +40,8 @@ Your LLM: LLM(streamContent1) | |
40
  LLM(streamContent3)
41
  ```
42
 
 
 
43
  ### JSON mode
44
 
45
  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:
 
40
  LLM(streamContent3)
41
  ```
42
 
43
+ 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.
44
+
45
  ### JSON mode
46
 
47
  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: