An open API service indexing awesome lists of open source software.

https://github.com/lemonnekogh/flow-chat


https://github.com/lemonnekogh/flow-chat

chatbot llm

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Flow Chat

[![Netlify Status](https://api.netlify.com/api/v1/badges/641805a6-407e-4af2-a66f-06385f146717/deploy-status)](https://app.netlify.com/sites/flow-chat/deploys)

A simple chat app with flow chart. [Try it!](https://flowchat.dev/)

![demo](./flow-chat-demo.png)

## 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

[![Star History Chart](https://api.star-history.com/svg?repos=LemonNekoGH/flow-chat&type=Date)](https://www.star-history.com/#LemonNekoGH/flow-chat&Date)