Open bieschke opened 1 month ago
The _BaseVertexMaasModelGarden.__init__() method performs network traffic.
_BaseVertexMaasModelGarden.__init__()
This is the only BaseChatModel implementation in LangChain that does this.
BaseChatModel
This makes using this model difficult to test in automation and inconsistent with the rest of LangChain.
The
_BaseVertexMaasModelGarden.__init__()
method performs network traffic.This is the only
BaseChatModel
implementation in LangChain that does this.This makes using this model difficult to test in automation and inconsistent with the rest of LangChain.