Skip to content

Commit d9ef62c

Browse files
committed
update
1 parent e1a1603 commit d9ef62c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README-zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pip install llmcompiler
2828

2929
```py
3030
from llmcompiler.result.chat import ChatRequest
31-
from llmcompiler.tools.tools import Tools
31+
from llmcompiler.tools.basic import Tools
3232
from langchain_openai.chat_models.base import ChatOpenAI
3333
from llmcompiler.chat.run import RunLLMCompiler
3434

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pip install llmcompiler
3131

3232
```py
3333
from llmcompiler.result.chat import ChatRequest
34-
from llmcompiler.tools.tools import Tools
34+
from llmcompiler.tools.basic import Tools
3535
from langchain_openai.chat_models.base import ChatOpenAI
3636
from llmcompiler.chat.run import RunLLMCompiler
3737

docs/dag-demo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
can be fully visualized by setting the `print_dag` parameter.
55

66
## Code
7-
```python
7+
```py
88
from llmcompiler.tools.basic import Tools
99
from llmcompiler.result.chat import ChatRequest
1010
from langchain_openai.chat_models.base import ChatOpenAI

0 commit comments

Comments
 (0)