Spaces:
Running
Running
Clone suggestion\
Browse files
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.",
|
5 |
"prompt_label": "Task Description - Prompt",
|
6 |
"prompt_placeholder": "Enter your prompt here...",
|
7 |
"editor_label": "Thought Editor",
|
@@ -36,7 +36,7 @@ LANGUAGE_CONFIG = {
|
|
36 |
"waiting_api": "⏳ Waiting for Deepseek API response",
|
37 |
},
|
38 |
"zh": {
|
39 |
-
"title": "CoT-Lab: 人机协同思维实验室\n
|
40 |
"prompt_label": "任务描述 - 提示词",
|
41 |
"prompt_placeholder": "在此输入您的问题...",
|
42 |
"editor_label": "思维编辑器",
|
|
|
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.",
|
5 |
"prompt_label": "Task Description - Prompt",
|
6 |
"prompt_placeholder": "Enter your prompt here...",
|
7 |
"editor_label": "Thought Editor",
|
|
|
36 |
"waiting_api": "⏳ Waiting for Deepseek API response",
|
37 |
},
|
38 |
"zh": {
|
39 |
+
"title": "CoT-Lab: 人机协同思维实验室\n在一轮对话中跟随、学习、迭代思维链。克隆Space并使用自己的API KEY可以获得更好的体验。",
|
40 |
"prompt_label": "任务描述 - 提示词",
|
41 |
"prompt_placeholder": "在此输入您的问题...",
|
42 |
"editor_label": "思维编辑器",
|