You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Langchaingo's side cache control (which I'm actually using; I've already implemented this in my fork of langchaingo, but didn't publish a PR yet) would be agnostic of the model, or course.
Langchaingo's side:
add options like
CacherSkipGet bool
andCacherSkipPut bool
that are understood only byCacher
asllms.Model
impl, with clear semantics.Provider's side:
Needed to support Anthropic prompt caching.
The text was updated successfully, but these errors were encountered: