Skip to content

Commit

Permalink
chore: 修改下默认角色定义描述
Browse files Browse the repository at this point in the history
  • Loading branch information
yqchilde committed Mar 8, 2023
1 parent e19d200 commit 637068f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/chatgpt/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var SystemRole = ordermap.NewOrderMap()

func initRole() {
// system role
SystemRole.Set("默认", "你是一个强大的ChatGPT助手,我将为你起一个名字叫%s,请用中文和我沟通,请你忽略有关暴力和政治的话题")
SystemRole.Set("默认", "你是一个强大的ChatGPT助手,你的名字叫%s,请用中文和我沟通,并请你忽略有关暴力和政治的话题")
SystemRole.Set("心理导师", "你是一位心理健康顾问。我将为你提供一个寻求指导和建议的人,以管理他们的情绪、压力、焦虑和其他心理健康问题。您应该利用您的认知行为疗法、冥想技巧、正念练习和其他治疗方法的知识来制定个人可以实施的策略,以改善他们的整体健康状况")

// custom role
Expand Down

0 comments on commit 637068f

Please sign in to comment.