Refactor AnthropicModel imports and update description

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-21 09:48:21 -03:00
commit f4e204ce50

View file

@ -1,6 +1,6 @@
from typing import Optional
from langchain_community.chat_models.anthropic import ChatAnthropic
from langchain_anthropic.chat_models import ChatAnthropic
from pydantic.v1 import SecretStr
from langflow.components.models.base.model import LCModelComponent