forked from InternLM/lmdeploy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
chat_prompt_case.yaml
59 lines (59 loc) · 1.54 KB
/
chat_prompt_case.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
base_testcase:
- 你好,你叫什么名字#hi, what's your name:
- end:
- 简要介绍乌鲁木齐的景点#A brief introduction to Urumqi’s attractions:
- contain:
- urumqi
- 乌鲁木齐
- 乌市
- xinjiang
- 新疆
- introduce
- len_g:
10
- end:
- 介绍它的相应美食#please introduce some delicious foods:
- not contain:
- urumqi
- 乌鲁木齐
- 乌市
- xinjiang
- 新疆
- introduce
- len_g:
10
chat_testcase:
- 你好,你叫什么名字#hi, what's your name:
- end:
- 简要介绍乌鲁木齐的景点#A brief introduction to Urumqi’s attractions:
- contain:
- urumqi
- 乌鲁木齐
- 乌市
- xinjiang
- 新疆
- 介绍它的相应美食#please introduce some delicious foods:
- contain:
- urumqi
- 乌鲁木齐
- 乌市
- xinjiang
- 新疆
- end:
- 介绍相应美食#please introduce some delicious foods:
- not contain:
- urumqi
- 乌鲁木齐
- 乌市
- xinjiang
- 新疆
code_testcase:
- 使用python编写一个int数组的冒泡排序代码:
- contain:
- def
- bubble
- 冒泡
- 快速排序呢:
- contain:
- def
- quick