Skip to content

Commit acf7a39

Browse files
committed
fix syntax error in readme snippet
1 parent 461ec70 commit acf7a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ This is helpful when you want the ID of the prediction separate from its output.
151151

152152
```python
153153
prediction = replicate.predictions.create(
154-
model="meta/meta-llama-3-70b-instruct"
154+
model="meta/meta-llama-3-70b-instruct",
155155
input={"prompt": "Please write a haiku about llamas."},
156156
stream=True,
157157
)

0 commit comments

Comments
 (0)