AI creation date: update date:

ChatGPT Prompt Engineering for Developers 課程重點筆記

ChatGPT Prompt Engineering for Developers 是生成式 AI 出現後 DeepLearning.AI 推出的一堂很有名的課程,雖然課程名稱叫做 ChatGPT Prompt Engineering for Developers,但其實更像是給所有人看的使用 AI Prompt 指南。

在這裡分享我的重點筆記如下:

Table of Contents

Introduction

LLM(大型語言模型)可以分為兩種類型:基礎型 LLM(Base LLM)與指令調校型 LLM(Instruction Tuned LLM)。

Prompting Principles

原則一:撰寫清晰且具體的指令

原則二:給模型時間「思考」

實際應用

摘要/總結

推論

轉換

擴展

Reference

ChatGPT Prompt Engineering for Developers