mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-31 18:38:48 +00:00
Fix typo: change 'ben' to 'be' in comment (#30358)
**Description:** This PR fixes a minor typo in the comments within `libs/partners/openai/langchain_openai/chat_models/base.py`. The word "ben" has been corrected to "be" for clarity and professionalism. **Issue:** N/A **Dependencies:** None
This commit is contained in:
@@ -527,7 +527,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 be passed
|
||||
in.
|
||||
|
||||
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