mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-06 11:37:12 +00:00
docs: oai api ref nit (#29210)
This commit is contained in:
parent
d9b856abad
commit
4ab04ad6be
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user