mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 22:11:51 +00:00
Use term keyword according to the official python doc glossary (#11338)
- **Description:** use term keyword according to the official python doc glossary, see https://docs.python.org/3/glossary.html - **Issue:** not applicable - **Dependencies:** not applicable - **Tag maintainer:** @hwchase17 - **Twitter handle:** vreyespue
This commit is contained in:
@@ -85,7 +85,7 @@ import InputMessages from "@snippets/get_started/quickstart/input_messages.mdx"
|
||||
|
||||
<InputMessages/>
|
||||
|
||||
For both these methods, you can also pass in parameters as key word arguments.
|
||||
For both these methods, you can also pass in parameters as keyword arguments.
|
||||
For example, you could pass in `temperature=0` to adjust the temperature that is used from what the object was configured with.
|
||||
Whatever values are passed in during run time will always override what the object was configured with.
|
||||
|
||||
|
Reference in New Issue
Block a user