flow-chat
flow-chat copied to clipboard
Chat UI in graph 🌲. Unlike traditional chat UIs, users don’t need to delete messages to explore different responses—they can simply create new branches.
### Features - [ ] Image generate - [x] Naive impl based on OpenAI - [ ] More provider support - [ ] Mesh generate - [ ] Audio generate:...
Like this in [airi](https://github.com/moeru-ai/airi) 
This PR will resolve #37. But it is not guaranteed that this is the only valid way. ### Context Currently, the error 'Failed to fetch dynamically imported module' will happen...
I installed all the dependencies, following the setup instructions in README. After I ran `pnpm dev`, and tried to create a conversation in the chat app, the following error showed...
Regarding the project, I'd like to suggest optimizing the file sizes so that each individual file is under 25MB. This would significantly improve accessibility by allowing more people to easily...
In VS Code, Ctrl/Cmd+F will toggle the search bar. After inputting some keywords, all the satisfied results will be highlighted. What I want the new feature to be is the...
Thanks to @shinohara-rin
Thanks to @shinohara-rin
### Problem Description After adding one valid text generation provider, users can then choose a model from that provider to chat with. It seems the model list is dynamically fetched,...