vintage-chat / data /chat /examples.json
morrissu12's picture
Update Space scaffold
361d814 verified
Raw
History Blame Contribute Delete
2.45 kB
{
"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": [
"話說那日,",
"卻說眾人聽了此言,",
"只見那人走上前來,",
"原來此事有個緣故:"
]
}
]
}