Skip to content

Commit 489428a

Browse files
Update pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx
Co-authored-by: Néda <[email protected]>
1 parent 808311f commit 489428a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/generative-apis/reference-content/integrating-generative-apis-with-popular-tools.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ LangChain is a popular library for building AI applications. Scaleway's Generati
7474

7575
#### Function calling
7676

77-
1. Install LangChain and his dependencies.
77+
1. Run the following commands to install LangChain and its dependencies:
7878
```bash
7979
pip install 'langchain>=0.3.24'
8080
pip install 'langchain-core>=0.3.55'
8181
pip install 'langchain-openai>=0.3.14'
8282
pip install 'langchain-text-splitters>=0.3.8'
8383
```
84-
2. Create a file `tools.py` and add the following code to it to import and create the tools examples:
84+
2. Create a file named `tools.py` and paste the code below into it to import and create the tools examples:
8585
```Python
8686
from langchain_core.messages import HumanMessage
8787
from langchain.chat_models import init_chat_model

0 commit comments

Comments
 (0)