7 lines
No EOL
223 B
Markdown
7 lines
No EOL
223 B
Markdown
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. |