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 461ec70 commit acf7a39Copy full SHA for acf7a39
README.md
@@ -151,7 +151,7 @@ This is helpful when you want the ID of the prediction separate from its output.
151
152
```python
153
prediction = replicate.predictions.create(
154
- model="meta/meta-llama-3-70b-instruct"
+ model="meta/meta-llama-3-70b-instruct",
155
input={"prompt": "Please write a haiku about llamas."},
156
stream=True,
157
)
0 commit comments