mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
test_bedrock_anthropic_prompt_caching
This commit is contained in:
parent
8ab720409c
commit
fd83b292a6
1 changed files with 1 additions and 1 deletions
|
|
@ -649,5 +649,5 @@ def test_bedrock_anthropic_prompt_caching():
|
|||
|
||||
assert prompt_cost >= 0
|
||||
assert completion_cost >= 0
|
||||
assert round(prompt_cost, 3) == 0.845
|
||||
assert round(prompt_cost, 3) == 0.111
|
||||
assert round(completion_cost, 5) == 0.00820
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue