test_bedrock_anthropic_prompt_caching

This commit is contained in:
Ishaan Jaffer 2025-10-15 17:46:44 -07:00
parent 8ab720409c
commit fd83b292a6

View file

@ -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