mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-05 03:02:35 +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.
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user