Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Traditional Chinese and update Simplified Chinese prompts #768

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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