如何为AI 对话写一份好的提示语
Last updated
Last updated
{
customFields:{
"wine type":"",
"price range":"",
"taste":"",
"other requirements":""
}
}
// 在你的系统提示符中,如果你指示chatGPT使用这种json
// 使用关键字'customFields',以及json格式,那么我们的后端将保存这些
// 信息作为自定义字段。 例如 酒类: 红葡萄酒; 价格范围:1000HKD以下...等