Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

release: 2.0.0-alpha.29 #84

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
zeke merged 6 commits into main from release-please--branches--main--changes--next
Oct 15, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: sync repo
  • Loading branch information
stainless-app[bot] committed Oct 10, 2025
commit 24fe88a1f1460656b5be97a09faa16b1ee076b6e
8 changes: 4 additions & 4 deletions .stats.yml
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 36
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/replicate%2Freplicate-client-8b68f03c8602e25ede74e66221e04bb17ac1f3170b8de49b8311fbe492636245.yml
openapi_spec_hash: 81a7c6f32c6d77c1f329ca5a3c700a7a
config_hash: 407acf62c906ee301314f2d23cdb58b1
configured_endpoints: 37
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/replicate%2Freplicate-client-7a537f433b0b71a42a3d53ce6182cc06790157bbb379461eed93cdb68659bc92.yml
openapi_spec_hash: 5c7633dce3ece58e21f74d826946914c
config_hash: 2c7c9d1642de34f563e0774bb1cd0ff0
2 changes: 1 addition & 1 deletion README.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ import replicate

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

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

Expand Down
Loading
Loading

AltStyle によって変換されたページ (->オリジナル) /