Skip to content

Commit

Permalink
fix syntax error in readme snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Feb 13, 2025
1 parent 461ec70 commit 7f94629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ This is helpful when you want the ID of the prediction separate from its output.

```python
prediction = replicate.predictions.create(
model="meta/meta-llama-3-70b-instruct"
model="meta/meta-llama-3-70b-instruct",
input={"prompt": "Please write a haiku about llamas."},
stream=True,
)
Expand Down

0 comments on commit 7f94629

Please sign in to comment.