zhengr commited on
Commit
e732f54
·
verified ·
1 Parent(s): d02212c

Update lang.py

Browse files
Files changed (1) hide show
  1. lang.py +2 -2
lang.py CHANGED
@@ -1,7 +1,7 @@
1
  # lang.py
2
  LANGUAGE_CONFIG = {
3
  "en": {
4
- "title": "## CoT-Lab: Human-AI Co-Thinking Laboratory \nFollow, learn, and iterate the thought within one turn. Consider clone the repo and run with your own API key for better experience. \n GitHub: https://github.com/Intelligent-Internet/CoT-Lab-Demo",
5
  "prompt_label": "Task Description - Prompt",
6
  "prompt_placeholder": "Enter your prompt here...",
7
  "editor_label": "Thought Editor",
@@ -40,7 +40,7 @@ LANGUAGE_CONFIG = {
40
 
41
  },
42
  "zh": {
43
- "title": "## CoT-Lab: 人机协同思维实验室\n在一轮对话中跟随、学习、迭代思维链。克隆Space并使用自己的API KEY可以获得更好的体验。 \n GitHub: https://github.com/Intelligent-Internet/CoT-Lab-Demo",
44
  "prompt_label": "任务描述 - 提示词",
45
  "prompt_placeholder": "在此输入您的问题...",
46
  "editor_label": "思维编辑器",
 
1
  # lang.py
2
  LANGUAGE_CONFIG = {
3
  "en": {
4
+ "title": "## CoT-Lab: Human-AI Co-Thinking \nFollow, learn, and iterate the thought within one turn. ",
5
  "prompt_label": "Task Description - Prompt",
6
  "prompt_placeholder": "Enter your prompt here...",
7
  "editor_label": "Thought Editor",
 
40
 
41
  },
42
  "zh": {
43
+ "title": "## CoT-Lab: 人机协同思维实验\n在一轮对话中跟随、学习、迭代思维链。",
44
  "prompt_label": "任务描述 - 提示词",
45
  "prompt_placeholder": "在此输入您的问题...",
46
  "editor_label": "思维编辑器",