From 7f946299d41c03a1cc67a66ade735deb20d8edfa Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Thu, 13 Feb 2025 14:28:34 -0800 Subject: [PATCH] fix syntax error in readme snippet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff11997..8367552 100644 --- a/README.md +++ b/README.md @@ -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, )