https://github.com/lemonnekogh/flow-chat
https://github.com/lemonnekogh/flow-chat
chatbot llm
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemonnekogh/flow-chat
- Owner: LemonNekoGH
- License: mit
- Created: 2025-01-12T16:58:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T14:32:04.000Z (over 1 year ago)
- Last Synced: 2025-03-10T15:37:29.632Z (over 1 year ago)
- Topics: chatbot, llm
- Language: Vue
- Homepage: https://flow-chat.lemonneko.moe
- Size: 364 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flow Chat
[](https://app.netlify.com/sites/flow-chat/deploys)
A simple chat app with flow chart. [Try it!](https://flowchat.dev/)

## Features
- Text Generation: basic feature of a chat app
- Image Generation: generate image from text
- Fork: create a new branch from a message
- Switch model: switch between different models
## Development
This project use `.tool-versions` to manage the version of the tools, if you use [`asdf`](https://asdf-vm.com/), you can use the following command to install the tools:
```bash
asdf install
```
Then you can use the following command to start the development server:
```bash
pnpm install
pnpm dev
```
## Build
```bash
pnpm build
```
## Star History
[](https://www.star-history.com/#LemonNekoGH/flow-chat&Date)