We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d6fad commit 99b3616Copy full SHA for 99b3616
README.md
@@ -96,7 +96,7 @@ import replicate
96
claude = replicate.use("anthropic/claude-4.5-sonnet", streaming=True)
97
98
# Stream the output
99
-output = claude(prompt="Write a haiku about Python programming", max_tokens=50)
+output = claude(prompt="Write a haiku about Python programming")
100
101
for chunk in output:
102
print(chunk, end="", flush=True)
0 commit comments