mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
docs: fix doc
This commit is contained in:
parent
3a7d729d88
commit
0307a0133b
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ client = anthropic.Anthropic(
|
|||
|
||||
response = client.messages.create(
|
||||
messages=[{"role": "user", "content": "Hello, can you tell me a short joke?"}],
|
||||
model="anthropic/claude-3-haiku-20240307",
|
||||
model="anthropic-claude",
|
||||
max_tokens=100,
|
||||
)
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue