Describe the bug
It does not recognize the signature in following snippet:
from langchain_aws import ChatBedrock
llm = ChatBedrock(
model_id="model-id-does-not-matter",
model_kwargs={
"temperature": 0,
"max_tokens": 500,
},
)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The code is fine, class hierarchy contains the model_id and model_kwargs parameters. Should be no complaint at all.
Environments (please complete the following information):
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too