v-4.0.0 开源可二开源码

This commit is contained in:
vastxie
2024-12-12 23:10:51 +08:00
parent c831009379
commit 22ee5a71b2
1017 changed files with 69316 additions and 9248 deletions

View File

@@ -26,15 +26,27 @@ __decorate([
__metadata("design:type", Number)
], QueryModelDto.prototype, "keyType", void 0);
__decorate([
(0, swagger_1.ApiProperty)({ example: 'dsadgadaorjoqm', description: '模型key', required: true }),
(0, swagger_1.ApiProperty)({
example: 'dsadgadaorjoqm',
description: '模型key',
required: true,
}),
__metadata("design:type", String)
], QueryModelDto.prototype, "key", void 0);
__decorate([
(0, swagger_1.ApiProperty)({ example: true, description: '是否开启当前key对应的模型', required: true }),
(0, swagger_1.ApiProperty)({
example: true,
description: '是否开启当前key对应的模型',
required: true,
}),
__metadata("design:type", Boolean)
], QueryModelDto.prototype, "status", void 0);
__decorate([
(0, swagger_1.ApiProperty)({ example: 'gpt-3.5', description: '当前key绑定的模型是多少 需要调用的模型', required: true }),
(0, swagger_1.ApiProperty)({
example: 'gpt-3.5',
description: '当前key绑定的模型是多少 需要调用的模型',
required: true,
}),
__metadata("design:type", String)
], QueryModelDto.prototype, "model", void 0);
exports.QueryModelDto = QueryModelDto;