From ed34d61f6efbe4cf38f871872d89498d1a539ca4 Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Mon, 23 Dec 2024 18:21:00 +0200 Subject: [PATCH] Update docs/integrations/llms/anthropic.md --- docs/integrations/llms/anthropic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/llms/anthropic.md b/docs/integrations/llms/anthropic.md index a3d12ca5..eae284e1 100644 --- a/docs/integrations/llms/anthropic.md +++ b/docs/integrations/llms/anthropic.md @@ -107,7 +107,7 @@ Shows up like this in Logfire: # Amazon Bedrock You can also log Anthropic LLM calls to Amazon Bedrock using the `AmazonBedrock` and `AsyncAmazonBedrock` clients. -``` +```python import anthropic import logfire