File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> 为了便于阅读,已生成gitbook:https://liaokong.gitbook.io/llm-kai-fa-jiao-cheng/
4
4
5
- > 加了个 [ CHANGELOG] ( CHANGELOG.md ) ,更新了新的内容我会写在这里,方便之前看过的朋友快速查看新的更新内容
5
+ > 加了个 [ CHANGELOG] ( CHANGELOG.md ) ,更新了新的内容我会写在这里,方便之前看过的朋友快速查看新的更新内容
6
6
7
7
## 介绍
8
8
@@ -592,8 +592,8 @@ agent.run('请用中文总结最后一封"******@qq.com"发给我的邮件。并
592
592
593
593
这只是个小例子,因为 ` zapier ` 有数以千计的应用,所以我们可以轻松结合 openai api 搭建自己的工作流。
594
594
595
-
596
595
## 小例子们
596
+
597
597
一些比较大的知识点都已经讲完了,后面的内容都是一些比较有趣的小例子,当作拓展延伸。
598
598
599
599
### ** 执行多个chain**
@@ -735,8 +735,10 @@ inputs = {
735
735
response = chain(inputs)
736
736
print (response[' output' ])
737
737
```
738
+
738
739
我们可以看到,他很好的将格式化后的结果输出了出来
739
- ![ image-20230510234934.png] ( doc/image-20230510234934.png )
740
+
741
+ <figure ><img src =" doc/image-20230510234934.png " alt =" " ><figcaption ></figcaption ></figure >
740
742
741
743
### ** 自定义agent中所使用的工具**
742
744
You can’t perform that action at this time.
0 commit comments