From 0d35a4a8a71fef500b79d30deaa62986549a42ec Mon Sep 17 00:00:00 2001 From: "wenmeng.zwm" Date: Wed, 8 Nov 2023 18:40:41 +0800 Subject: [PATCH] update reame --- examples/apps/llm_riddles/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/apps/llm_riddles/README.md b/examples/apps/llm_riddles/README.md index 026c238f..5d446c81 100644 --- a/examples/apps/llm_riddles/README.md +++ b/examples/apps/llm_riddles/README.md @@ -1,7 +1,7 @@ # 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 existing Large Language Model (LLM) dialogue Gradio application codes within the ModelScope community, combined with preset questions from the Zhihu article ["How to Accomplish Tasks with 'Impossible'"](https://zhuanlan.zhihu.com/p/665393240), creating a unique gameplay experience. In this stream, players are required to cleverly construct questions that challenge the LLM to provide answers that meet specific conditions. +"Oh No! I'm Surrounded by LLMs!" is an intellectual challenge game. We use LLM to automatically generate corresponding game code based on existing Large Language Model (LLM) dialogue Gradio application codes within the ModelScope community, combined with preset questions from the Zhihu article ["How to Accomplish Tasks with 'Impossible'"](https://zhuanlan.zhihu.com/p/665393240), creating a unique gameplay experience. In this stream, players are required to cleverly construct questions that challenge the LLM to provide answers that meet specific conditions. ## News November 7, 2023 - Released the initial demo version 🔥 @@ -44,7 +44,7 @@ We welcome everyone to contribute to "Oh No! I'm Surrounded by LLMs!", including We sincerely thank all community members who have contributed to this project, especially: - Idea from: [haoqiangfan](https://www.zhihu.com/people/haoqiang-fan) -- Most of the code is auto-generated by GPT-4 +- Most of the code is auto-generated by LLM ## Support If you encounter any problems or need assistance during the game, please submit your issues on the project's [Issues page](https://github.com/modelscope/modelscope/issues).