zhzabcd commited on
Commit
6721741
·
verified ·
1 Parent(s): dcfd242

Update backend/data/config.json

Browse files
Files changed (1) hide show
  1. backend/data/config.json +21 -15
backend/data/config.json CHANGED
@@ -1,36 +1,42 @@
1
  {
2
  "version": 0,
3
  "ui": {
4
- "default_locale": "en-US",
5
  "prompt_suggestions": [
6
  {
7
- "title": ["Help me study", "vocabulary for a college entrance exam"],
8
- "content": "Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option."
9
  },
10
  {
11
- "title": ["Give me ideas", "for what to do with my kids' art"],
12
- "content": "What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter."
13
  },
14
  {
15
- "title": ["Tell me a fun fact", "about the Roman Empire"],
16
- "content": "Tell me a random fun fact about the Roman Empire"
17
  },
18
  {
19
- "title": ["Show me a code snippet", "of a website's sticky header"],
20
- "content": "Show me a code snippet of a website's sticky header in CSS and JavaScript."
21
  },
22
  {
23
- "title": ["Explain options trading", "if I'm familiar with buying and selling stocks"],
24
- "content": "Explain options trading in simple terms if I'm familiar with buying and selling stocks."
25
  },
26
  {
27
- "title": ["Overcome procrastination", "give me tips"],
28
- "content": "Could you start by asking me about instances when I procrastinate the most and then give me some suggestions to overcome it?"
29
  },
30
  {
31
- "title": ["Grammar check", "rewrite it for better readability "],
32
- "content": "Check the following sentence for grammar and clarity: \"[sentence]\". Rewrite it for better readability while maintaining its original meaning."
 
 
 
 
 
33
  }
 
34
  ]
35
  }
36
  }
 
1
  {
2
  "version": 0,
3
  "ui": {
4
+ "default_locale": "",
5
  "prompt_suggestions": [
6
  {
7
+ "title": ["帮助我指定一个学习计划", "help me plan a study schedule"],
8
+ "content": "帮我制定一个学习计划,包括每天的学习任务和休息时间。"
9
  },
10
  {
11
+ "title": ["给我一个旅行计划", "give me a travel plan"],
12
+ "content": "给我一个从北京到上海的旅行计划,包括交通方式、住宿和景点推荐。"
13
  },
14
  {
15
+ "title": ["给我一个健身计划", "give me a fitness plan"],
16
+ "content": "给我一个适合初学者的健身计划,包括锻炼时间和锻炼项目。"
17
  },
18
  {
19
+ "title": ["给我一个理财建议", "give me financial advice"],
20
+ "content": "给我一些建议,如何合理规划我的理财,包括储蓄和投资。"
21
  },
22
  {
23
+ "title": ["给我一个学习英语的建议", "give me advice on learning English"],
24
+ "content": "给我一些建议,如何提高我的英语水平,包括阅读、写作和口语。"
25
  },
26
  {
27
+ "title": ["给我一个学习编程的建议", "give me advice on learning programming"],
28
+ "content": "给我一些建议,如何学习编程,包括选择语言、学习资源和实践。"
29
  },
30
  {
31
+ "title": ["给我一个学习烹饪的建议", "give me advice on learning cooking"],
32
+ "content": "给我一些建议,如何学习烹饪,包括选择菜谱、学习技巧和实践。"
33
+ },
34
+
35
+ {
36
+ "title": ["给我一个学习音乐的建议", "give me advice on learning music"],
37
+ "content": "给我一些建议,如何学习音乐,包括选择乐器、学习技巧和实践。"
38
  }
39
+
40
  ]
41
  }
42
  }