Skip to content

Commit 83db6b1

Browse files
committed
typo
1 parent 5daebc5 commit 83db6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/strands/models/litellm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def format_chunk(self, event: dict[str, Any], **kwargs: Any) -> StreamEvent:
218218
"totalTokens": event["data"].total_tokens,
219219
}
220220

221-
# Only LiteLLM over Anthropic supports cache cache write tokens
221+
# Only LiteLLM over Anthropic supports cache write tokens
222222
# Waiting until a more general approach is available to set cacheWriteInputTokens
223223

224224
if tokens_details := getattr(event["data"], "prompt_tokens_details", None):

0 commit comments

Comments
 (0)