mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 23:07:11 +00:00
After this PR it will be possible to pass a cache instance directly to a language model. This is useful to allow different language models to use different caches if needed. - **Issue:** close #19276 --------- Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>