Skip to content

Commit

Permalink
test(anthropic): remove max_tokens argument
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMochan committed Dec 14, 2024
1 parent b57c002 commit 81ca1e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rig-core/examples/anthropic_agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ async fn main() -> Result<(), anyhow::Error> {
.agent(CLAUDE_3_5_SONNET)
.preamble("Be precise and concise.")
.temperature(0.5)
.max_tokens(8192)
.build();

// Prompt the agent and print the response
Expand Down

0 comments on commit 81ca1e0

Please sign in to comment.