We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a9abe commit e1a1603Copy full SHA for e1a1603
README-zh.md
@@ -53,6 +53,10 @@ print(llm_compiler.runWithoutJoiner())
53
# 更多使用方式可以在`issue`中讨论,后续还会继续完善文档。
54
```
55
56
+## 案例
57
+
58
+[执行复杂数学计算的案例](docs/dag-demo.md)
59
60
## 参考链接
61
62
- [论文: An LLM Compiler for Parallel Function Calling](https://arxiv.org/abs/2312.04511)
README.md
@@ -56,6 +56,10 @@ print(llm_compiler.runWithoutJoiner())
# More ways to use it can be discussed in the issue, and I will continue to improve the documentation in the future.
+## Case
+[Example of Performing Complex Mathematical Calculations](docs/dag-demo.md)
63
## Reference Linking
64
65
- [Paper: An LLM Compiler for Parallel Function Calling](https://arxiv.org/abs/2312.04511)
0 commit comments