Skip to content

Commit 63962f8

Browse files
liaokongVFXgitbook-bot
authored andcommitted
GITBOOK-14: change request with no subject merged in GitBook
1 parent 6887bd6 commit 63962f8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> 为了便于阅读,已生成gitbook:https://liaokong.gitbook.io/llm-kai-fa-jiao-cheng/
44
5-
>加了个 [CHANGELOG](CHANGELOG.md),更新了新的内容我会写在这里,方便之前看过的朋友快速查看新的更新内容
5+
> 加了个 [CHANGELOG](CHANGELOG.md),更新了新的内容我会写在这里,方便之前看过的朋友快速查看新的更新内容
66
77
## 介绍
88

@@ -592,8 +592,8 @@ agent.run('请用中文总结最后一封"******@qq.com"发给我的邮件。并
592592

593593
这只是个小例子,因为 `zapier` 有数以千计的应用,所以我们可以轻松结合 openai api 搭建自己的工作流。
594594

595-
596595
## 小例子们
596+
597597
一些比较大的知识点都已经讲完了,后面的内容都是一些比较有趣的小例子,当作拓展延伸。
598598

599599
### **执行多个chain**
@@ -735,8 +735,10 @@ inputs = {
735735
response = chain(inputs)
736736
print(response['output'])
737737
```
738+
738739
我们可以看到,他很好的将格式化后的结果输出了出来
739-
![image-20230510234934.png](doc/image-20230510234934.png)
740+
741+
<figure><img src="doc/image-20230510234934.png" alt=""><figcaption></figcaption></figure>
740742

741743
### **自定义agent中所使用的工具**
742744

0 commit comments

Comments
 (0)