docs: fix doc
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 17s
Helm unit test / unit-test (push) Successful in 23s

This commit is contained in:
Krrish Dholakia 2025-04-07 07:21:00 -07:00
parent 3a7d729d88
commit 0307a0133b

View file

@ -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,
)
```