From 3f1da9db7082f5e4c56798e294c8497e0919a570 Mon Sep 17 00:00:00 2001 From: SaraiQx <73533505+SaraiQX@users.noreply.github.com> Date: Sat, 3 Jun 2023 11:50:49 +0800 Subject: [PATCH] Add files via upload MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 课程简介 以及 视频 intro 和 conclusion的总结 --- .../System_Conclusion.md | 17 ++++++++++++++ .../System_Intro.md | 22 +++++++++++++++++++ .../System_课程简介.md | 20 +++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 content/Building Systems with the ChatGPT API/System_Conclusion.md create mode 100644 content/Building Systems with the ChatGPT API/System_Intro.md create mode 100644 content/Building Systems with the ChatGPT API/System_课程简介.md diff --git a/content/Building Systems with the ChatGPT API/System_Conclusion.md b/content/Building Systems with the ChatGPT API/System_Conclusion.md new file mode 100644 index 0000000..40b5984 --- /dev/null +++ b/content/Building Systems with the ChatGPT API/System_Conclusion.md @@ -0,0 +1,17 @@ +## 吴恩达 用ChatGPT API构建系统 总结篇 + +## Building Systems with the ChatGPT API + +本次简短课程涵盖了一系列LangChain的应用实践,包括处理顾客评论和基于文档回答问题,以及通过LLM判断何时求助外部工具 (如网站) 来回答复杂问题。 + +### 📚 课程回顾 + +本课程详细介绍了LLM工作原理,包括分词器(tokenizer)等微妙之处、评估用户输入的质量和安全性的方法、使用思维链作为提示词、通过链提示分割任务以及返回用户前检查输出等。 + +本课程还介绍了评估系统长期性能以监控和改进表现的方法。 + +此外,课程也涉及到构建负责任的系统以保证模型提供合理相关的反馈。 + +### 💪🏻 出发~去探索新世界吧~ + +实践是掌握真知的必经之路。开始构建令人激动的应用吧~ diff --git a/content/Building Systems with the ChatGPT API/System_Intro.md b/content/Building Systems with the ChatGPT API/System_Intro.md new file mode 100644 index 0000000..7148565 --- /dev/null +++ b/content/Building Systems with the ChatGPT API/System_Intro.md @@ -0,0 +1,22 @@ +## 吴恩达 用ChatGPT API构建系统 开端篇 + +## Building Systems with the ChatGPT API + +欢迎来到LangChain大模型应用开发短期课程👏🏻👏🏻 + +本课程由哈里森·蔡斯 (Harrison Chase,LangChain作者)与与Deeplearning.ai合作开发,旨在教大家使用这个神奇工具。 + +### 📚 课程基本内容 + +使用ChatGPT不仅仅是一个单一的提示或单一的模型调用,本课程将分享使用LLM构建复杂应用的最佳实践。 + +以构建客服助手为例,使用不同的指令链式调用语言模型,具体取决于上一个调用的输出,有时甚至需要从外部来源查找信息。 + +本课程将围绕该主题,逐步了解应用程序内部的构建步骤,以及长期视角下系统评估和持续改进的最佳实践。 + + + +### 🌹致谢课程重要贡献者 + +感谢来自OpenAI团队的Andrew Kondrick、Joe Palermo、Boris Power和Ted Sanders, +以及来自DeepLearning.ai团队的Geoff Ladwig、Eddie Shyu和Tommy Nelson。 \ No newline at end of file diff --git a/content/Building Systems with the ChatGPT API/System_课程简介.md b/content/Building Systems with the ChatGPT API/System_课程简介.md new file mode 100644 index 0000000..093d15c --- /dev/null +++ b/content/Building Systems with the ChatGPT API/System_课程简介.md @@ -0,0 +1,20 @@ +## Building Systems with the ChatGPT API + +Chatgpt是由美国人工智能公司OpenAI推出的人工智能聊天机器人,从2022年12月1日正式发布至今,月活跃用户已达1亿,成为历史上增长最快的消费者应用程序。《使用ChatGPT API构建系统》这门课程正是由大名鼎鼎的OpenAI与鼎鼎大名的Deeplearning.ai 联合开发,可帮助大家在短短1小时内掌握调用ChatGPT API这项新时代必备技能。为此,我们组织团队将课程翻译为中文,并复现其范例代码,支持国内中文学习者直接使用,以帮助中文学习者更好第学习ChatGPT相关应用开发。 + +课程介绍LLM工作原理,包括分词器(tokenizer)、评估用户输入、思维链、分割任务、检查返回输出等重要方法,以及评估系统长期性能、构建负责任系统的相关考量。 + + + + + +### ### 目录 + +1. 简介 Introduction @Sarai +2. @ +3. @ +4. @ +5. @ +6. @ +7. @ +8. 总结 Conclusion @Sarai \ No newline at end of file