.. | ||
src/main | ||
pom.xml | ||
README.md |
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.
.. | ||
src/main | ||
pom.xml | ||
README.md |
LLM responses can be long
Multi<String> chat(String userMessage)
ndicate that the response will be streamed instead of returned synchronously.