File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ pip install llmcompiler
28
28
29
29
``` py
30
30
from llmcompiler.result.chat import ChatRequest
31
- from llmcompiler.tools.tools import Tools
31
+ from llmcompiler.tools.basic import Tools
32
32
from langchain_openai.chat_models.base import ChatOpenAI
33
33
from llmcompiler.chat.run import RunLLMCompiler
34
34
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ pip install llmcompiler
31
31
32
32
``` py
33
33
from llmcompiler.result.chat import ChatRequest
34
- from llmcompiler.tools.tools import Tools
34
+ from llmcompiler.tools.basic import Tools
35
35
from langchain_openai.chat_models.base import ChatOpenAI
36
36
from llmcompiler.chat.run import RunLLMCompiler
37
37
Original file line number Diff line number Diff line change 4
4
can be fully visualized by setting the ` print_dag ` parameter.
5
5
6
6
## Code
7
- ``` python
7
+ ``` py
8
8
from llmcompiler.tools.basic import Tools
9
9
from llmcompiler.result.chat import ChatRequest
10
10
from langchain_openai.chat_models.base import ChatOpenAI
You can’t perform that action at this time.
0 commit comments