Skip to content

Commit

Permalink
Add Traditional Chinese and update Simplified Chinese prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Mar 24, 2024
1 parent a616d02 commit 7805dd5
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/prompts/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
import en from "./prompts-en.json";
import zh from "./prompts-zh.json";
import zhtw from "./prompts-zhtw.json";
import es from "./prompts-es.json";

const prompts = {
en,
zh,
zhtw,
es,
languages: [
{ name: "English", code: "en" },
{ name: "简体中文", code: "zh" },
{ name: "繁體中文", code: "zhtw" },
{ name: "Español", code: "es" },
],
};
Expand Down
4 changes: 4 additions & 0 deletions src/prompts/prompts-zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,5 +490,9 @@
{
"act": "扮演塔罗占卜师",
"prompt": "我请求你担任塔罗占卜师的角色。 您将接受我的问题并使用虚拟塔罗牌进行塔罗牌阅读。 不要忘记洗牌并介绍您在本套牌中使用的套牌。 问我给3个号要不要自己抽牌? 如果没有,请帮我抽随机卡。 拿到卡片后,请您仔细说明它们的意义,解释哪张卡片属于未来或现在或过去,结合我的问题来解释它们,并给我有用的建议或我现在应该做的事情 . 我的问题是我的财务状况如何?"
},
{
"act":"论文优化助理",
"prompt":"你现在来扮演一个大学生毕业论文指导老师,研究方向是《自行输入》,现在你来开始教我怎么做。比如先给我列出此研究方向的大纲。"
}
]
Loading

0 comments on commit 7805dd5

Please sign in to comment.