Skip to content

Commit 79b918f

Browse files
committed
address feedback
1 parent 4ed8e39 commit 79b918f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/ai-providers/server-ai-langchain/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ To use specific AI models, install the corresponding provider package:
6969

7070
```shell
7171
# For OpenAI models
72-
npm install @langchain/openai
72+
npm install @langchain/openai --save
73+
# or
74+
yarn add @langchain/openai
7375
```
7476

7577
For a complete list of available providers and installation instructions, see the [LangChain JavaScript Integrations documentation](https://js.langchain.com/docs/integrations/chat/).

packages/ai-providers/server-ai-vercel/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ To use specific AI models, install the corresponding provider package:
6969

7070
```shell
7171
# For OpenAI models
72-
npm install @ai-sdk/openai
72+
npm install @ai-sdk/openai --save
73+
# or
74+
yarn add @ai-sdk/openai
7375
```
7476

7577
For a complete list of available providers and installation instructions, see the [Vercel AI SDK Providers documentation](https://sdk.vercel.ai/providers).

0 commit comments

Comments
 (0)