Spaces:
Runtime error
Runtime error
TuTuHuss
commited on
Commit
•
8852285
1
Parent(s):
19b9e79
style(hus): add emoji in readme
Browse files- README.md +2 -2
- README_zh.md +2 -2
README.md
CHANGED
@@ -55,12 +55,12 @@ For a complete example, please refer to: [Submit your own level design]()
|
|
55 |
- Discuss on OpenDILab's WeChat group (i.e. add us on WeChat: ding314assist)
|
56 |
<img src=https://github.com/opendilab/LLMRiddles/blob/main/llmriddles/assets/wechat.jpeg width=35% />
|
57 |
|
58 |
-
## Special Thanks
|
59 |
- 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.
|
60 |
- Thanks to [HuggingFace](https://huggingface.co) for supporting and assisting the game.
|
61 |
- Thanks to [LLM Riddles contributors](https://github.com/opendilab/LLMRiddles/graphs/contributors) for their implementation and support.
|
62 |
|
63 |
-
## License
|
64 |
All code within this repository is under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
65 |
|
66 |
<p align="right">(<a href="#top">back to top</a>)</p>
|
|
|
55 |
- Discuss on OpenDILab's WeChat group (i.e. add us on WeChat: ding314assist)
|
56 |
<img src=https://github.com/opendilab/LLMRiddles/blob/main/llmriddles/assets/wechat.jpeg width=35% />
|
57 |
|
58 |
+
## :star2: Special Thanks
|
59 |
- 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.
|
60 |
- Thanks to [HuggingFace](https://huggingface.co) for supporting and assisting the game.
|
61 |
- Thanks to [LLM Riddles contributors](https://github.com/opendilab/LLMRiddles/graphs/contributors) for their implementation and support.
|
62 |
|
63 |
+
## :label: License
|
64 |
All code within this repository is under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
65 |
|
66 |
<p align="right">(<a href="#top">back to top</a>)</p>
|
README_zh.md
CHANGED
@@ -60,12 +60,12 @@ QUESTION_LANG=en QUESTION_LLM='llama2-7b' python3 -u app.py
|
|
60 |
- 在OpenDILab的群组中加入讨论(通过 WeChat: ding314assist 添加小助手微信)
|
61 |
<img src=https://github.com/opendilab/LLMRiddles/blob/main/llmriddles/assets/wechat.jpeg width=35% />
|
62 |
|
63 |
-
## Special Thanks
|
64 |
- 感谢 [Haoqiang Fan](https://www.zhihu.com/people/haoqiang-fan) 的原始创意和题目,为本项目的开发和扩展提供了灵感与动力。
|
65 |
- 感谢 [HuggingFace](https://huggingface.co) 对游戏的支持与协助。
|
66 |
- 感谢 [LLM Riddles contributors](https://github.com/opendilab/LLMRiddles/graphs/contributors) 的实现与支持。
|
67 |
|
68 |
-
## License
|
69 |
All code within this repository is under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
70 |
|
71 |
<p align="right">(<a href="#top">back to top</a>)</p>
|
|
|
60 |
- 在OpenDILab的群组中加入讨论(通过 WeChat: ding314assist 添加小助手微信)
|
61 |
<img src=https://github.com/opendilab/LLMRiddles/blob/main/llmriddles/assets/wechat.jpeg width=35% />
|
62 |
|
63 |
+
## :star2: Special Thanks
|
64 |
- 感谢 [Haoqiang Fan](https://www.zhihu.com/people/haoqiang-fan) 的原始创意和题目,为本项目的开发和扩展提供了灵感与动力。
|
65 |
- 感谢 [HuggingFace](https://huggingface.co) 对游戏的支持与协助。
|
66 |
- 感谢 [LLM Riddles contributors](https://github.com/opendilab/LLMRiddles/graphs/contributors) 的实现与支持。
|
67 |
|
68 |
+
## :label: License
|
69 |
All code within this repository is under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
70 |
|
71 |
<p align="right">(<a href="#top">back to top</a>)</p>
|