如何為AI 對話寫一份好的提示語
Last updated
Last updated
{
customFields:{
"wine type":"",
"price range":"",
"taste":"",
"other requirements":""
}
}
// 在你的系統提示字元中,如果你指示chatGPT使用這種json
// 使用關鍵字'customFields',以及json格式,那麼我們的後端將會保存這些
// 資訊作為自訂欄位。 例如 酒類: 紅酒;價格範圍:1000HKD以下...等