Add typing import to CohereModel.py

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-25 17:29:06 -03:00
commit acfbfd087c

View file

@ -1,3 +1,6 @@
from typing import Optional
from langchain_community.chat_models.cohere import ChatCohere
from pydantic.v1 import SecretStr