Replies: 2 comments
-
|
Created #16250 to track this issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This question is answered by 16250 PR merger. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to use LiteLLM as a proxy, translating openai calls to bedrock.
When i send a pdf as part of a cache_control conversation, I've noticed that the PDF gets a file name created.
This would appear to correspond to this section of factory.py:
My concern is that as I am trying to have this PDF made part of my cached tokens, the file name we pass to bedrock could be making it see the PDF as different even though the content is the same on each request.
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions