langchain-ai / langchain-google

MIT License
119 stars 150 forks source link

_BaseVertexMaasModelGarden.__init__() performs network traffic #557

Open bieschke opened 1 month ago

bieschke commented 1 month ago

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.