Skip to content

Commit

Permalink
docs: oai api ref nit (#29210)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Jan 14, 2025
1 parent d9b856a commit 4ab04ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/partners/openai/langchain_openai/chat_models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ class BaseChatOpenAI(BaseChatModel):
used, or it's a list of disabled values for the parameter.
For example, older models may not support the 'parallel_tool_calls' parameter at
all, in which case ``disabled_params={"parallel_tool_calls: None}`` can ben passed
all, in which case ``disabled_params={"parallel_tool_calls": None}`` can ben passed
in.
If a parameter is disabled then it will not be used by default in any methods, e.g.
Expand Down

0 comments on commit 4ab04ad

Please sign in to comment.