"Oh No! I'm Surrounded by LLMs!" is an intellectual challenge game. We use GPT4 to automatically generate corresponding game code based on Gradio application, combined with preset questions from the Zhihu article "How to Accomplish Tasks with 'Impossible'", creating a unique gameplay experience.
In this game, players are required to cleverly construct questions that challenge the LLM to provide answers that meet specific conditions.
HuggingFace: https://huggingface.co/spaces/luckpunk/LLMRiddles
To start the game, please follow the steps below:
- Clone the project code:
git clone https://github.com/luckpunk/LLMRiddles.git
- Install the required Python dependencies with
pip install -r requirements.txt
. - Run the launch command
python app.py
.
- Initial version source code and space experience ready.
- Support for custom questions and validation logic integration.
- Expand to 9 major levels, each with 9 questions.
- Support for more open-source models.
- Support for switching between cloud API and local inference.
We welcome everyone to contribute to "Oh No! I'm Surrounded by LLMs!", including proposing more fun questions, fixing validator corner cases, and providing more gameplay. Please follow the steps below:
- Visit the project address LLMRiddles and fork the project.
- Create your feature branch in your local environment (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push your changes to the branch (
git push origin feature/AmazingFeature
). - Initiate a Pull Request in the original project.
We sincerely thank all community members who have contributed to this project, especially:
- Idea from: haoqiangfan
- Most of the code is auto-generated by GPT-4
If you encounter any problems or need assistance during the game, please submit your issues on the project's Issues page.
This project is licensed under the APACHE License.