mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 03:52:10 +00:00
docs: oai api ref nit (#29210)
This commit is contained in:
@@ -534,7 +534,7 @@ class BaseChatOpenAI(BaseChatModel):
|
|||||||
used, or it's a list of disabled values for the parameter.
|
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
|
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.
|
in.
|
||||||
|
|
||||||
If a parameter is disabled then it will not be used by default in any methods, e.g.
|
If a parameter is disabled then it will not be used by default in any methods, e.g.
|
||||||
|
Reference in New Issue
Block a user