This project is a course assignment that provides a conversational user interface for a locally deployed health consultant large language model.
- install nodejs and yarn first
- run
yarn install
in the terminal - run
yarn dev
in the terminal - open
localhost:3000
in browser
The project is a secondary development based on ChatGPT-Next-Web