Spaces:
Runtime error
Runtime error
File size: 2,448 Bytes
361d814 | 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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | {
"registers": [
{
"id": "gu_wen",
"label": "古文",
"label_en": "Classical prose",
"description": "Formal literary prose in the style of 史記 / 諸子 / 唐宋古文。",
"prompts": [
"太史公曰:",
"臣聞古之君子,",
"夫天下之患,常生於",
"昔者聖王之治也,"
]
},
{
"id": "shi",
"label": "詩",
"label_en": "Regulated verse",
"description": "Five- or seven-character lines in the tradition of 唐詩。",
"prompts": [
"春風入古寺,",
"落日照江城,",
"山中一夜雨,",
"客路逢秋色,"
]
},
{
"id": "ci",
"label": "詞",
"label_en": "Lyric (cí)",
"description": "Song-lyric form 詞牌,宋詞之體。",
"prompts": [
"調寄浣溪沙:一曲新詞酒一杯,",
"調寄臨江仙:滾滾長江東逝水,",
"調寄菩薩蠻:小山重疊金明滅,"
]
},
{
"id": "chidu",
"label": "尺牘",
"label_en": "Personal letter",
"description": "Scholarly personal correspondence, polite register.",
"prompts": [
"某頓首再拜足下:",
"敬啟者,別來旬月,",
"昨奉手教,展讀再三,",
"久疏音問,悵望何如,"
]
},
{
"id": "gongwen",
"label": "公文書",
"label_en": "Imperial memorial / edict",
"description": "Court memorials, edicts, and official documents.",
"prompts": [
"奏為恭陳地方利弊事:",
"奉天承運皇帝詔曰:",
"咨爾有司,凡民間詞訟,"
]
},
{
"id": "fo",
"label": "佛教",
"label_en": "Buddhist sutra",
"description": "Translated Buddhist scripture style, in the 漢譯佛典 tradition.",
"prompts": [
"如是我聞:一時佛在",
"爾時世尊告諸比丘:",
"善男子,若欲修行菩薩道,"
]
},
{
"id": "baihua",
"label": "白話小說",
"label_en": "Vernacular novel",
"description": "Ming-Qing vernacular fiction in the style of 三國 / 水滸 / 紅樓 / 西遊。",
"prompts": [
"話說那日,",
"卻說眾人聽了此言,",
"只見那人走上前來,",
"原來此事有個緣故:"
]
}
]
}
|