Files
prompt-engineering-for-deve…/content/Building Systems with the ChatGPT API/1.Introduction.md
2023-06-03 22:47:24 +08:00

21 lines
937 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 使用 ChatGPT API 搭建系统
## 简介
欢迎来到课程《使用 ChatGPT API 搭建系统》👏🏻👏🏻
本课程由吴恩达老师联合 OpenAI 开发,旨在指导开发者如何基于 ChatGPT 搭建完整的智能问答系统。
### 📚 课程基本内容
使用ChatGPT不仅仅是一个单一的提示或单一的模型调用本课程将分享使用LLM构建复杂应用的最佳实践。
以构建客服助手为例,使用不同的指令链式调用语言模型,具体取决于上一个调用的输出,有时甚至需要从外部来源查找信息。
本课程将围绕该主题,逐步了解应用程序内部的构建步骤,以及长期视角下系统评估和持续改进的最佳实践。
### 🌹致谢课程重要贡献者
感谢来自OpenAI团队的Andrew Kondrick、Joe Palermo、Boris Power和Ted Sanders
以及来自DeepLearning.ai团队的Geoff Ladwig、Eddie Shyu和Tommy Nelson。