Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 271ca14

Browse files
authored
chore: add model version output (#939)
1 parent dca44cd commit 271ca14

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cortex-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"preuninstall": "node ./uninstall.js"
3939
},
4040
"dependencies": {
41-
"@cortexso/cortex.js": "^0.1.3",
41+
"@cortexso/cortex.js": "^0.1.4",
4242
"@huggingface/gguf": "^0.1.5",
4343
"@huggingface/hub": "^0.15.1",
4444
"@nestjs/axios": "^3.0.2",

cortex-js/src/infrastructure/commanders/models/model-list.command.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export class ModelListCommand extends BaseCommand {
2929
models.map((e) => ({
3030
id: e.id,
3131
engine: e.engine,
32+
version: e.version,
3233
})),
3334
)
3435
: console.log(models);

0 commit comments

Comments
 (0)