Skip to content

Commit 5910f99

Browse files
authored
Merge branch 'master' into pprados/02-pymupdf
2 parents 6121005 + 4ab04ad commit 5910f99

File tree

1 file changed

+1
-1
lines changed
  • libs/partners/openai/langchain_openai/chat_models

1 file changed

+1
-1
lines changed

libs/partners/openai/langchain_openai/chat_models/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ class BaseChatOpenAI(BaseChatModel):
534534
used, or it's a list of disabled values for the parameter.
535535
536536
For example, older models may not support the 'parallel_tool_calls' parameter at
537-
all, in which case ``disabled_params={"parallel_tool_calls: None}`` can ben passed
537+
all, in which case ``disabled_params={"parallel_tool_calls": None}`` can ben passed
538538
in.
539539
540540
If a parameter is disabled then it will not be used by default in any methods, e.g.

0 commit comments

Comments
 (0)