Skip to content

Commit e1a1603

Browse files
committed
update
1 parent 33a9abe commit e1a1603

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README-zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ print(llm_compiler.runWithoutJoiner())
5353
# 更多使用方式可以在`issue`中讨论,后续还会继续完善文档。
5454
```
5555

56+
## 案例
57+
58+
[执行复杂数学计算的案例](docs/dag-demo.md)
59+
5660
## 参考链接
5761

5862
- [论文: An LLM Compiler for Parallel Function Calling](https://arxiv.org/abs/2312.04511)

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ print(llm_compiler.runWithoutJoiner())
5656
# More ways to use it can be discussed in the issue, and I will continue to improve the documentation in the future.
5757
```
5858

59+
## Case
60+
61+
[Example of Performing Complex Mathematical Calculations](docs/dag-demo.md)
62+
5963
## Reference Linking
6064

6165
- [Paper: An LLM Compiler for Parallel Function Calling](https://arxiv.org/abs/2312.04511)

0 commit comments

Comments
 (0)