Replies: 1 comment
-
Welcome @matined 👋
yes it is, through CSS. Or if you are looking for something premade, consider https://llm-ui.com/ which builds off the same libraries as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm streaming LLM response into the
ReactMarkdown
component. Let's say I have<ReactMarkdown>{streamedText}</ReactMarkdown>
. Do you know a way to apply some animations to the newly appearing chunks of a streamedText? I want the streaming look softer.Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions