Skip to content

Commit

Permalink
Increase max token for Claude example
Browse files Browse the repository at this point in the history
  • Loading branch information
calclavia committed Mar 1, 2025
1 parent 325061e commit 1d08cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/simple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function main() {
const adapter = new AnthropicChatAdapter(client)
const response = await chatState.llm.beta.promptCaching.messages.create({
model: "claude-3-5-sonnet-20241022",
max_tokens: 64,
max_tokens: 256,
messages: chatState.messages,
tools: await adapter.listTools(),
})
Expand Down

0 comments on commit 1d08cb9

Please sign in to comment.