llm-ui
llm-ui copied to clipboard
The React library for LLMs
Thanks at all for a great quality rendering! Do you plan to add support for mermaid diagrams? I guess it's supported by remark
I setup llm-ui following the quick start guide at https://llm-ui.com/docs/quick-start exactly and streaming mostly works, however when it starts to stream a code block, it first waits until the entire...
This works: ```md [llm-ui][llm-ui-link] hello [llm-ui-link]: https://github.com/llm-ui-kit/llm-ui ``` This does not: ````md [llm-ui][llm-ui-link] ``` hello ``` [llm-ui-link]: https://github.com/llm-ui-kit/llm-ui ```` I think, it happens because code block is not detected correctly....
Thanks for your beautiful react library, I have noticed llm-ui may be have not had the capability of decoding latex code. Could you please share how to modify your code...
Throttle function has 5 parameters and I have no idea how to use them to speed up the display. Can we just combine them into 1 variable like the slide...
llm-ui does not seem compatible with React 19. ``` $ npm install @llm-ui/react @llm-ui/markdown react-markdown remark-gfm @llm-ui/code shiki html-react-parser npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency...
 The library works well for the current prompt's response that is being streamed back to the user, but how do I deal with the old ones? I want to...
Hello! I'm simply looking for an implementation of the user input box (support shift enter) and expanding upward found in the https://llm-ui.com/chat please!
Fixes security issue: https://security.snyk.io/vuln/SNYK-JS-JSONPATHPLUS-7945884
Hello, thank you for the great library! Not sure how to properly set up library to correctly identifier code blocks like (where code is indented) ``` ### Sample Code Review...