Skip to content

Commit 34bb948

Browse files
bene2k1RoRoJ
andauthored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent c1e732c commit 34bb948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ LangChain is a popular library for building AI applications. Scaleway's Generati
7474

7575
### Javascript (Typescript)
7676

77-
To perform chat conversations with langchain, first install `langchain` and `@langchain/openai` packages using your node package manager. Here is the example with `npm` (`yarn` and `pnpm` are also available):
77+
To perform chat conversations with Langchain, first install `langchain` and `@langchain/openai` packages using your node package manager. Here is an example with `npm` (`yarn` and `pnpm` are also available):
7878
```bash
7979
npm install langchain @langchain/openai
8080
```

0 commit comments

Comments
 (0)