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
It's a lot cheaper to use cache control, but the npm libs we use don't fully support it yet:
We'd probably need to implement it manually if we want this to work right now: https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching
Or make PRs to the above libraries.
We'd only use it on one ai call (Choose rule), although we use it use a lot, so it can lead to large cost savings.
Choose rule
Here's the WIP PR: https://github.com/elie222/inbox-zero/tree/anthropic-cache-control
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's a lot cheaper to use cache control, but the npm libs we use don't fully support it yet:
We'd probably need to implement it manually if we want this to work right now:
https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching
Or make PRs to the above libraries.
We'd only use it on one ai call (
Choose rule
), although we use it use a lot, so it can lead to large cost savings.Here's the WIP PR: https://github.com/elie222/inbox-zero/tree/anthropic-cache-control
The text was updated successfully, but these errors were encountered: