📝 (GoogleGenerativeAIModel.py): Fix type hinting issue for ChatGoogleGenerativeAI class to ignore type checking for this line
This commit is contained in:
parent
4a7aee44e0
commit
b8d70315f8
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class GoogleGenerativeAIComponent(LCModelComponent):
|
|||
top_p = self.top_p
|
||||
n = self.n
|
||||
|
||||
output = ChatGoogleGenerativeAI(
|
||||
output = ChatGoogleGenerativeAI( # type: ignore
|
||||
model=model,
|
||||
max_output_tokens=max_output_tokens or None,
|
||||
temperature=temperature,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue