Skip to content

Commit a262495

Browse files
authored
Correct baseURL configuration usage (langchain-ai#9019)
1 parent cb57ab3 commit a262495

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/langchain-openai/src/chat_models.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2904,7 +2904,9 @@ export interface ChatOpenAIFields extends BaseChatOpenAIFields {
29042904
* timeout: undefined,
29052905
* maxRetries: 2,
29062906
* // apiKey: "...",
2907-
* // baseUrl: "...",
2907+
* // configuration: {
2908+
* // baseURL: "...",
2909+
* // }
29082910
* // organization: "...",
29092911
* // other params...
29102912
* });

0 commit comments

Comments
 (0)