Spaces:
Runtime error
Runtime error
niuyazhe
commited on
Commit
•
b8a7da8
1
Parent(s):
ed1e15b
style(nyz): add more demo link
Browse files- README.md +7 -4
- README_zh.md +8 -4
- app.py +1 -0
README.md
CHANGED
@@ -15,10 +15,13 @@ Welcome to LLM Riddles! This is a game of wits and courage with language models.
|
|
15 |
|
16 |
## :space_invader: How to Play
|
17 |
We provide an online version for players to directly access and try out.
|
18 |
-
- [ChatGPT + English(w/o key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGPTEN)
|
19 |
-
- [ChatGPT + Chinese(w/o key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGPTCN)
|
20 |
-
- [
|
21 |
-
- [ChatGPT +
|
|
|
|
|
|
|
22 |
|
23 |
Local deployment can be done in the following ways:
|
24 |
## Installation
|
|
|
15 |
|
16 |
## :space_invader: How to Play
|
17 |
We provide an online version for players to directly access and try out.
|
18 |
+
- [Hugging Face][ChatGPT + English(w/o key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGPTEN)
|
19 |
+
- [Hugging Face][ChatGPT + Chinese(w/o key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGPTCN)
|
20 |
+
- [Hugging Face][ChatGLM + Chinese(w/ key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGLMCN)
|
21 |
+
- [OpenXLab][ChatGPT + English(w/o key)](https://openxlab.org.cn/apps/detail/OpenDILab/LLMRiddlesChatGPTCN)
|
22 |
+
- [OpenXLab][ChatGLM + Chinese(w/ key)](https://openxlab.org.cn/apps/detail/OpenDILab/LLMRiddlesChatGLMCN)
|
23 |
+
- [Private Server][Mistral + English(w/ key)](https://d9b451a97791dd8ef3.gradio.live)
|
24 |
+
- [Private Server][ChatGPT + Chinese(w/ key)](http://llmriddles.opendilab.net/)
|
25 |
|
26 |
Local deployment can be done in the following ways:
|
27 |
## Installation
|
README_zh.md
CHANGED
@@ -15,10 +15,13 @@
|
|
15 |
|
16 |
## :space_invader: 如何试玩
|
17 |
我们提供了在线版本以供玩家直接访问试玩:
|
18 |
-
- [ChatGPT + 英文(需配置api key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGPTEN)
|
19 |
-
- [ChatGPT + 中文(需配置api key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGPTCN)
|
20 |
-
- [
|
21 |
-
- [ChatGPT +
|
|
|
|
|
|
|
22 |
|
23 |
本地部署可以通过以下方式:
|
24 |
## 安装
|
@@ -76,6 +79,7 @@ QUESTION_LANG=en QUESTION_LLM='mistral-7b' python3 -u app.py
|
|
76 |
- [ ] 支持Baichuan2-7B(中文)
|
77 |
- [ ] 支持LLaMA2-7B(英文)
|
78 |
- [ ] LLM 推理速度优化
|
|
|
79 |
|
80 |
## :speech_balloon: 反馈问题 & 提出建议
|
81 |
- 在 GitHub 上[发起 Issue](https://github.com/opendilab/CodeMorpheus/issues/new/choose)
|
|
|
15 |
|
16 |
## :space_invader: 如何试玩
|
17 |
我们提供了在线版本以供玩家直接访问试玩:
|
18 |
+
- [Hugging Face][ChatGPT + 英文(需配置api key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGPTEN)
|
19 |
+
- [Hugging Face][ChatGPT + 中文(需配置api key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGPTCN)
|
20 |
+
- [Hugging Face][ChatGLM + 中文(已预设api key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGLMCN)
|
21 |
+
- [OpenXLab][ChatGPT + 英文(需配置api key)](https://openxlab.org.cn/apps/detail/OpenDILab/LLMRiddlesChatGPTCN)
|
22 |
+
- [OpenXLab][ChatGLM + 中文(已预设api key)](https://openxlab.org.cn/apps/detail/OpenDILab/LLMRiddlesChatGLMCN)
|
23 |
+
- [Private Server][Mistral + 英文(已预设api key)](https://d9b451a97791dd8ef3.gradio.live)
|
24 |
+
- [Private Server][ChatGPT + 中文(已预设api key)](http://llmriddles.opendilab.net/)
|
25 |
|
26 |
本地部署可以通过以下方式:
|
27 |
## 安装
|
|
|
79 |
- [ ] 支持Baichuan2-7B(中文)
|
80 |
- [ ] 支持LLaMA2-7B(英文)
|
81 |
- [ ] LLM 推理速度优化
|
82 |
+
- [ ] 更多题目和题解
|
83 |
|
84 |
## :speech_balloon: 反馈问题 & 提出建议
|
85 |
- 在 GitHub 上[发起 Issue](https://github.com/opendilab/CodeMorpheus/issues/new/choose)
|
app.py
CHANGED
@@ -49,6 +49,7 @@ if _LANG == "cn":
|
|
49 |
<img src="https://raw.githubusercontent.com/opendilab/LLMRiddles/main/llmriddles/assets/banner.svg" width="80%" height="20%" alt="Banner Image">
|
50 |
</div>
|
51 |
<h2 style="text-align: center; color: black;"><a href="https://github.com/OpenDILab/LLMRiddles"> 🎭LLM Riddles:完蛋!我被 LLM 拿捏了</a></h2>
|
|
|
52 |
<strong><h5 align="center"> 更多不同语言模型的在线试玩 demo 可以访问 GitHub<a href="https://github.com/OpenDILab/LLMRiddles">源代码仓库</a>获取<h5></strong>
|
53 |
<h5 align="center"> 如果你喜欢这个项目,请给我们在 GitHub 点个 star ✨ <a href="https://github.com/OpenDILab/LLMRiddles"> 代码仓库传送门 </a> 。我们将会持续保持更新。再次感谢游戏<a href="https://www.zhihu.com/people/haoqiang-fan"> 原作者 </a>的奇思妙想! </h5>
|
54 |
<strong><h5 align="center">注意:算法模型的输出可能包含一定的随机性。相关结果不代表任何开发者和相关 AI 服务的态度和意见。本项目开发者不对生成结果作任何保证,仅供娱乐。<h5></strong>
|
|
|
49 |
<img src="https://raw.githubusercontent.com/opendilab/LLMRiddles/main/llmriddles/assets/banner.svg" width="80%" height="20%" alt="Banner Image">
|
50 |
</div>
|
51 |
<h2 style="text-align: center; color: black;"><a href="https://github.com/OpenDILab/LLMRiddles"> 🎭LLM Riddles:完蛋!我被 LLM 拿捏了</a></h2>
|
52 |
+
<strong><h5 align="center"> 其他在线示例:中文在线试玩版本<a href="https://openxlab.org.cn/apps/detail/OpenDILab/LLMRiddlesChatGLMCN">(OpenXLab)</a> | 中文在线试玩版本<a href="https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGLMCN">(Hugging Face)</a> <h5></strong>
|
53 |
<strong><h5 align="center"> 更多不同语言模型的在线试玩 demo 可以访问 GitHub<a href="https://github.com/OpenDILab/LLMRiddles">源代码仓库</a>获取<h5></strong>
|
54 |
<h5 align="center"> 如果你喜欢这个项目,请给我们在 GitHub 点个 star ✨ <a href="https://github.com/OpenDILab/LLMRiddles"> 代码仓库传送门 </a> 。我们将会持续保持更新。再次感谢游戏<a href="https://www.zhihu.com/people/haoqiang-fan"> 原作者 </a>的奇思妙想! </h5>
|
55 |
<strong><h5 align="center">注意:算法模型的输出可能包含一定的随机性。相关结果不代表任何开发者和相关 AI 服务的态度和意见。本项目开发者不对生成结果作任何保证,仅供娱乐。<h5></strong>
|