Skip to content

Commit

Permalink
fix: Update link to PromptTemplate in langchain.mdx (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
conniepaula authored Feb 8, 2024
1 parent ac2c220 commit 2076ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/guides/providers/langchain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ However, LangChain does not provide a way to easily build UIs or a standard way
## Example

Here is an example implementation of a chat application that uses both Vercel AI SDK and a composed LangChain chain together with the
[Next.js](https://nextjs.org/docs) App Router. It includes a LangChain [`PromptTemplate`](https://js.langchain.com/docs/modules/model_io/prompts/prompt_templates/)
[Next.js](https://nextjs.org/docs) App Router. It includes a LangChain [`PromptTemplate`](https://js.langchain.com/docs/modules/model_io/prompts/quick_start/)
to pass input into a [`ChatOpenAI`](https://js.langchain.com/docs/modules/model_io/models/chat/integrations/openai) model wrapper,
then streams the result through an encoding output parser.

Expand Down

0 comments on commit 2076ae6

Please sign in to comment.