Stream
create_chunk
This function creates a chat stream.
By using the MorphChatStreamChunk
returned by this function and passing it to <LLM/>
, you can build a chat application utilizing LLM.
morph_lib.stream
Parameters
Text to be displayed in the chat stream.
Content to be displayed in the side-by-side layout of <LLM/>
.
ex.) html, markdown, etc.