create-replicate
Advanced tools
Comparing version 1.8.3 to 1.9.0
# Changelog | ||
## [1.9.0](https://github.com/replicate/create-replicate/compare/v1.8.3...v1.9.0) (2024-05-06) | ||
### Features | ||
* include documentation links at end of script ([#45](https://github.com/replicate/create-replicate/issues/45)) ([114a161](https://github.com/replicate/create-replicate/commit/114a1614713100653ce6bac3b2677dc16e9fba11)) | ||
## [1.8.3](https://github.com/replicate/create-replicate/compare/v1.8.2...v1.8.3) (2024-02-27) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "create-replicate", | ||
"version": "1.8.3", | ||
"version": "1.9.0", | ||
"description": "Generate a simple Node.js project structure for running AI models with Replicate's API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,5 +12,7 @@ import Replicate from 'replicate' | ||
console.log({ model, input }) | ||
console.log('Using model: %s', model) | ||
console.log('With input: %O', input) | ||
console.log('Running...') | ||
const output = await replicate.run(model, { input }) | ||
console.log('Done!', output) |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15360
145
1