Skip to content

😵《完蛋!我被LLM包围了!》是一款智力挑战游戏。在这个游戏中,玩家需要巧妙构造问题,挑战LLM给出满足特定条件的回答。

luckzack/LLMRiddles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oh No! I'm Surrounded by LLMs! (LLMRiddles)

Project Introduction

"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.

Getting Started

Online Experience

HuggingFace: https://huggingface.co/spaces/luckpunk/LLMRiddles

Local Execution

To start the game, please follow the steps below:

  1. Clone the project code:
    git clone https://github.com/luckpunk/LLMRiddles.git
    
  2. Install the required Python dependencies with pip install -r requirements.txt.
  3. Run the launch command python app.py.

Roadmap

  • 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.

Contribution Guide

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:

  1. Visit the project address LLMRiddles and fork the project.
  2. Create your feature branch in your local environment (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push your changes to the branch (git push origin feature/AmazingFeature).
  5. Initiate a Pull Request in the original project.

Community Contributors

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

Support

If you encounter any problems or need assistance during the game, please submit your issues on the project's Issues page.

Copyright and License

This project is licensed under the APACHE License.

About

😵《完蛋!我被LLM包围了!》是一款智力挑战游戏。在这个游戏中,玩家需要巧妙构造问题,挑战LLM给出满足特定条件的回答。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages