You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constinput={prompt: "Can you write a poem about open source machine learning?",}forawait(consteventofreplicate.stream("meta/llama-2-70b-chat",{ input })){process.stdout.write(event.toString());};
The docs for
replicate.stream()
don't have any input:See https://github.com/replicate/replicate-javascript/tree/6dd5b21884e5dab8d137818e3c43ab14f4335f30#replicatestream
Let's update this to a working example.
The text was updated successfully, but these errors were encountered: