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

Commit acdf444

Browse files
committed
Merge branch 'api-update' of https://github.com/janhq/cortex into api-update
2 parents fd6983f + bb170b5 commit acdf444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-js/src/infrastructure/dtos/models/model-successfully-created.dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ export class ModelDto {
6161
@ApiProperty({ example: 'https://raw.githubusercontent.com/janhq/jan/main/models/trinity-v1.2-7b/cover.png' })
6262
cover: string;
6363

64-
@ApiProperty({ example: 'nitro' })
64+
@ApiProperty({ example: 'cortex' })
6565
engine: string;
6666
}

0 commit comments

Comments
 (0)