gpt4 book ai didi

openai-api - 系统角色的用例是什么

转载 作者:行者123 更新时间:2023-12-02 05:48:16 25 4
gpt4 key购买 nike

这来自 ChatGPT 聊天完成的官方文档:

openai.ChatCompletion.create(
model="gpt-3.5-turbo",
messages=[
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Who won the world series in 2020?"},
{"role": "assistant", "content": "The Los Angeles Dodgers won the World Series in 2020."},
{"role": "user", "content": "Where was it played?"}
]
)

我对系统角色的第一个理解是一条消息,只是为了向用户打招呼。但用“你是一个有用的助手”来问候用户是没有意义的。它还解释了:

The system message helps set the behavior of the assistant. In the example above, the assistant was instructed with "You are a helpful assistant."

如果我希望人工智能成为专业人士,我是否可以在系统角色中编写人工智能的行为,例如:你是专业助理,或者我可以在角色中编写如下: >如果我希望它成为一个有趣的人工智能,你就是一个有趣的助手

或者只是一条问候消息?

最佳答案

这不是为了向用户打招呼,而是说明 ChatGPT 应该如何运作。网络上有很多示例提示。您可以在这里找到这些系统提示的一些示例: https://github.com/f/awesome-chatgpt-prompts

关于openai-api - 系统角色的用例是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76272624/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com