chore: Add README.md files
This commit is contained in:
commit
4ceec902a3
155 changed files with 19124 additions and 0 deletions
7
demo-03/README.md
Normal file
7
demo-03/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
Demo 03 - Streaming
|
||||
===============================================
|
||||
|
||||
LLM responses can be long
|
||||
|
||||
# Chunks
|
||||
`Multi<String> chat(String userMessage)` ndicate that the response will be streamed instead of returned synchronously.
|
Loading…
Add table
Add a link
Reference in a new issue