Note Chat is a note-taking AI assistant based on LLMs
Based on:
$ cd note-chat-client-extension
$ pnpm install
$ pnpm start
Open your chrome browser load the packages.
$ 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.