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 5a74724 commit e8147b3Copy full SHA for e8147b3
README.md
@@ -118,7 +118,7 @@ You can also stream the output of a prediction you create.
118
This is helpful when you want the ID of the prediction separate from its output.
119
120
```python
121
-version = "02e509c789964a7ea8736978a43525956ef40397be9033abf9fd2badfe68c9e3
+version = "02e509c789964a7ea8736978a43525956ef40397be9033abf9fd2badfe68c9e3"
122
prediction = replicate.predictions.create(version=version, input={
123
"prompt": "Please write a haiku about llamas.",
124
})
0 commit comments