Note Chat

Note Chat is a note-taking AI assistant based on LLMs

Based on:

Usage

Client

$ cd note-chat-client-extension
$ pnpm install
$ pnpm start

Open your chrome browser load the packages.

Server

$ cd note-chat-server
$ export OPENAI_API_KEY=[your key]
$ pip install -r requirements.txt
$ flask run

The default local port is 5000, and the path accessed by the client is also 5000.

Demo

image

image

image

GitHub

View Github