Skip to content

Commit 68e7642

Browse files
authored
fix(openai): Fix broken OpenAI documentation link (langchain-ai#9043)
1 parent 9eb78b7 commit 68e7642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langchain-openai/src/chat_models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ export abstract class BaseChatOpenAI<
622622
* OpenAI organization or project. This must be configured directly with OpenAI.
623623
*
624624
* See:
625-
* https://help.openai.com/en/articles/10503543-data-residency-for-the-openai-api
625+
* https://platform.openai.com/docs/guides/your-data
626626
* https://platform.openai.com/docs/api-reference/responses/create#responses-create-store
627627
*
628628
* @default false

0 commit comments

Comments
 (0)