Skip to content

Commit 24fe88a

Browse files
chore: sync repo
1 parent 027744d commit 24fe88a

20 files changed

+1226
-33
lines changed

.stats.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 36
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/replicate%2Freplicate-client-8b68f03c8602e25ede74e66221e04bb17ac1f3170b8de49b8311fbe492636245.yml
3-
openapi_spec_hash: 81a7c6f32c6d77c1f329ca5a3c700a7a
4-
config_hash: 407acf62c906ee301314f2d23cdb58b1
1+
configured_endpoints: 37
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/replicate%2Freplicate-client-7a537f433b0b71a42a3d53ce6182cc06790157bbb379461eed93cdb68659bc92.yml
3+
openapi_spec_hash: 5c7633dce3ece58e21f74d826946914c
4+
config_hash: 2c7c9d1642de34f563e0774bb1cd0ff0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ import replicate
119119

120120
claude = replicate.use("anthropic/claude-4.5-sonnet", streaming=True)
121121

122-
for event in claude(prompt="Write a haiku about streaming output."):
122+
for event in claude(input={"prompt": "Please write a haiku about streaming Python."}):
123123
print(str(event), end="")
124124
```
125125

0 commit comments

Comments
 (0)