node-replicate icon indicating copy to clipboard operation
node-replicate copied to clipboard

A Node.js client for Replicate.

Results 2 node-replicate issues
Sort by recently updated
recently updated
newest added

I have a type error on the console after updating the package from 1.1.6 to 2.0.0 ```sh TypeError: replicate.run is not a function ``` can you help me out with...

Hi I'm using the latest node-replicate but every time I request like readme I get following error! node | file:///app/node_modules/node-replicate/index.js:21 node | return fetch(`https://replicate.com/api/models${prediction.version.model.absolute_url}/versions/${prediction.version_id}/predictions/${prediction.uuid}`) node | ^ node | node...