We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Langchaingo's side:
add options like CacherSkipGet bool and CacherSkipPut bool that are understood only by Cacher as llms.Model impl, with clear semantics.
CacherSkipGet bool
CacherSkipPut bool
Cacher
llms.Model
Provider's side:
Needed to support Anthropic prompt caching.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: