Bringing structure to the chaos of prompt engineering - Check out the live version here
- Basic functionality outlined in chingu's readme
- Interact with the LLM in chat format, and receive answers that remember previous dialogue
- Access existing chats if you have the corresponding url
-
Clone this project:
git clone https://github.com/chingu-voyages/V54-tier3-team-34.git && \ cd v54-tier3-team-34
-
Install the dependencies
npm ci --prefix client npm ci --prefix server
-
Make a copy of
.env.example
named.env
in both folders and fill the variables inside appropriately -
Run the dev server from both folders
npm run dev --prefix client
npm run dev --prefix server
-
open the client's localhost url that the terminal shows