mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
docs(bedrock.md): cleanup doc
This commit is contained in:
parent
6bafdbc546
commit
395e903346
1 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue