Add typing import to CohereModel.py
This commit is contained in:
parent
36d8129191
commit
acfbfd087c
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
from typing import Optional
|
||||
|
||||
|
||||
from langchain_community.chat_models.cohere import ChatCohere
|
||||
from pydantic.v1 import SecretStr
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue