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 | TypeError: Cannot read properties of undefined (reading 'model')
What's the problem? How can I solve it?
tnx
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 | TypeError: Cannot read properties of undefined (reading 'model')
What's the problem? How can I solve it?
tnx