Skip to content

longlin10086/speak-insincerely

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speak-insincerely

Introduction

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.

screen-shot

Features

  • An interactive front-end board
  • Accessible via website
  • One-click deployment

Install

  1. Make sure you have already installed docker and git.

  2. Clone this repository to your own device.

    git clone https://github.com/longlin10086/speak-insincerely.git
  3. Run the startup script.

    sh speak-insincerely/script/startup.sh

    If installed correctly, the service will run on the 7860 port.