docs(bedrock.md): cleanup doc

This commit is contained in:
Krrish Dholakia 2025-01-27 07:39:15 -08:00
parent 6bafdbc546
commit 395e903346

View file

@ -1206,7 +1206,6 @@ from litellm import completion
response = completion(
model="anthropic.claude-3-sonnet-20240229-v1:0",
messages=[{"role": "user", "content": "What's AWS?"}],
client=client,
extra_headers={"test": "hello world", "Authorization": "my-test-key"},
api_base="https://gateway.ai.cloudflare.com/v1/<some-id>/test/aws-bedrock/bedrock-runtime/us-east-1",
)