- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
这来自 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/
我最近购买了《C 编程语言》并尝试了 Ex 1-8这是代码 #include #include #include /* * */ int main() { int nl,nt,nb;
早上好!我有一个变量“var”,可能为 0。我检查该变量是否为空,如果不是,我将该变量保存在 php session 中,然后调用另一个页面。在这个新页面中,我检查我创建的 session 是否为空,
我正在努力完成 Learn Python the Hard Way ex.25,但我无法理解某些事情。这是脚本: def break_words(stuff): """this functio
我是一名优秀的程序员,十分优秀!