Skip to content

Commit

Permalink
Reword vercel instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Apr 9, 2023
1 parent 15e132d commit bde2c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ LangChain can be used in Vercel / Next.js. We support using LangChain in fronten
import { OpenAI } from "langchain/llms/openai";
```

If you want to use LangChain in frontend pages, in order to support the tokenizer library `@dqbd/tiktoken`, you need to add the following to your `next.config.js` to enable support for WebAssembly modules:
If you want to use LangChain in frontend `pages`, you need to add the following to your `next.config.js` to enable support for WebAssembly modules (which is required by the tokenizer library `@dqbd/tiktoken`):

```js
const nextConfig = {
Expand Down

0 comments on commit bde2c97

Please sign in to comment.