--- title: LLMRiddles-ChatGPT-EN emoji: 🚀 colorFrom: indigo colorTo: green sdk: gradio sdk_version: 4.1.1 app_file: app.py pinned: false license: apache-2.0 python_version: 3.8 --- # LLM Riddles
English | [ç®€ä½“ä¸æ–‡](https://github.com/opendilab/LLMRiddles/blob/main/README_zh.md) ## :thinking: What's This Welcome to LLM Riddles! This is a game of wits and courage with language models. In the game, you need to construct questions that interact with the language model to get answers that meet the requirements. In this process, you can use your brain and use all the methods you can think of to get the model to output the results required by the answer. ## :space_invader: How to Play We provide an online version for players to directly access and try out. - [Hugging Face][ChatGPT + English(w/o key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGPTEN) - [Hugging Face][ChatGPT + Chinese(w/o key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGPTCN) - [Hugging Face][ChatGLM + English(w/ key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGLMEN) - [Hugging Face][ChatGLM + Chinese(w/ key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGLMCN) - [OpenXLab][ChatGPT + Chinese(w/o key)](https://openxlab.org.cn/apps/detail/OpenDILab/LLMRiddlesChatGPTCN) - [OpenXLab][ChatGPT + English(w/o key)](https://openxlab.org.cn/apps/detail/OpenDILab/LLMRiddlesChatGPTEN) - [OpenXLab][ChatGLM + Chinese(w/ key)](https://openxlab.org.cn/apps/detail/OpenDILab/LLMRiddlesChatGLMCN) - [OpenXLab][ChatGLM + English(w/ key)](https://openxlab.org.cn/apps/detail/OpenDILab/LLMRiddlesChatGLMEN) - [Private Server][Mistral + English(w/ key)](https://d9b451a97791dd8ef3.gradio.live) - [Private Server][ChatGPT + Chinese(w/ key)](http://llmriddles.opendilab.net/) Local deployment can be done in the following ways: ## Installation ### Use ChatGPT / ChatGLM API ```shell pip3 install -r requirements.txt ``` ### Deploy Mistral-7B-Instruct-v0.1 for local inference ```shell pip3 install -r requirements-dev.txt ``` ## Launch ### ChatGPT + Chinese ```shell QUESTION_LANG=cn QUESTION_LLM='chatgpt' QUESTION_LLM_KEY=
## :star2: Special Thanks
- Thanks to [Haoqiang Fan](https://www.zhihu.com/people/haoqiang-fan) for his original idea and title, which provided inspiration and motivation for the development and expansion of this project.
- Thanks to [HuggingFace](https://huggingface.co) for supporting and assisting the game.
- Thanks to [ChatGLM](https://chatglm.cn) for supporting and assisting the game, especially sufficient inference token support.
- Thanks to [LLM Riddles contributors](https://github.com/opendilab/LLMRiddles/graphs/contributors) for their implementation and support.
## :label: License
All code within this repository is under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).