langchain-ai / langchain-google

MIT License
74 stars 78 forks source link

[Feature Request] make ChatGoogleGenerativeAI pickleable #303

Open JonasDeBoeck opened 2 weeks ago

JonasDeBoeck commented 2 weeks ago

It would be nice if we could pickle ConversationChains that use the Google model, just as we can with other LangChain integration models like OpenAI. Currently trying this results in an error.