Spaces:
Running
Running
Update config/builder_config.json
Browse filesSplit Chinese prompt from English prompt to make the generate output consistant.
config/builder_config.json
CHANGED
@@ -5,10 +5,10 @@
|
|
5 |
"instruction": "",
|
6 |
"language": "en",
|
7 |
"prompt_recommend": [
|
8 |
-
"你可以做什么?What can you do?",
|
9 |
-
"你有什么功能?What are your features?",
|
10 |
-
"如何使用你的功能? How to use your features?",
|
11 |
-
"能否给我一些示例指令? Can you give me some examples of instructions?"
|
12 |
],
|
13 |
"knowledge": [],
|
14 |
"tools": {
|
|
|
5 |
"instruction": "",
|
6 |
"language": "en",
|
7 |
"prompt_recommend": [
|
8 |
+
"你可以做什么?", "What can you do?",
|
9 |
+
"你有什么功能?", "What are your features?",
|
10 |
+
"如何使用你的功能?", "How to use your features?",
|
11 |
+
"能否给我一些示例指令?", "Can you give me some examples of instructions?"
|
12 |
],
|
13 |
"knowledge": [],
|
14 |
"tools": {
|