Skip to content

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

Notifications You must be signed in to change notification settings

nikogu/note-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published