prompt lab
1.0.0
This is a web app that provides metrics for creating prompts for those who do not have the output of the generated AI. You can set parameters and check the results and experience to improve the quality of your prompts.
https://ai-prompt-lab.vercel.app/

1. First command
make build
2. Launch the app
make run
Restart the app
make rebuild
prisma studio launch
make studio
Reset DB
make dbreset
Apply seed
make seed
git commit -m "[feat] model group (#1)"git commit -m "[fix] login page (#2)"