Speak-insincerely is a small game about Large Language model(LLM), the player is required to induce the LLM to respond a certain answer with some particular rules obeyed. The questions are designed by ten levels, and when the right answer is detected, you can turn to the next.
- An interactive front-end board
- Accessible via website
- One-click deployment
-
Make sure you have already installed
docker
andgit
. -
Clone this repository to your own device.
git clone https://github.com/longlin10086/speak-insincerely.git
-
Run the startup script.
sh speak-insincerely/script/startup.sh
If installed correctly, the service will run on the 7860 port.