From 5a557205502ee8916b6be9a9fce84e22907aa0f4 Mon Sep 17 00:00:00 2001 From: Logan Zou <74288839+nowadays0421@users.noreply.github.com> Date: Sun, 4 Jun 2023 00:01:17 +0800 Subject: [PATCH] Update 11.conclusion.md --- content/Building Systems with the ChatGPT API/11.conclusion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Building Systems with the ChatGPT API/11.conclusion.md b/content/Building Systems with the ChatGPT API/11.conclusion.md index 40b5984..6358ab9 100644 --- a/content/Building Systems with the ChatGPT API/11.conclusion.md +++ b/content/Building Systems with the ChatGPT API/11.conclusion.md @@ -2,7 +2,7 @@ ## Building Systems with the ChatGPT API -本次简短课程涵盖了一系列LangChain的应用实践,包括处理顾客评论和基于文档回答问题,以及通过LLM判断何时求助外部工具 (如网站) 来回答复杂问题。 +本次简短课程涵盖了一系列 ChatGPT 的应用实践,包括处理处理输入、审查输出以及评估等,实现了一个搭建系统的完整流程。 ### 📚 课程回顾