llm-ui icon indicating copy to clipboard operation
llm-ui copied to clipboard

The React library for LLMs

Results 16 llm-ui issues
Sort by recently updated
recently updated
newest added

sometimes an LLM can output `assembly` instead of `asm` under BundledLanguage causing the code formatter to break. reprod steps https://llm-ui.com/chat "write 1+1 in assembly using ```assembly"

This PR updates the peerDependencies for all relevant packages to support React 19 ("react": "^19.0.0"). -All packages now declare compatibility with React 19. -I have tested the changes locally and...

using the following string ```json 'I\'ll read the README.md file for you to understand what information it contains.\n【{"visible":false,"type":"action","title":"read_text_file","input":{"path":"README.md"},"result":"# Backend\\n\\n## Getting Started\\n\\n### Install Needed Library in the OS\\n```bash\\nsudo dnf install libxmlsec1-dev\\nsudo...

### Why If a consumer is on React 19, then they get an error about the React 18 peer dependency constraint. ### What This PR enables React 19 peer dep...

… done so far and provide feedback for Jules to continue.