Remove gemini and ollama

This commit is contained in:
LeoMortari
2025-10-03 18:46:22 -03:00
parent 558a625f11
commit 43be1244c7
10 changed files with 5 additions and 193 deletions

View File

@@ -60,6 +60,11 @@ export class CreateVideoDto {
@MaxLength(244)
description?: string;
@IsOptional()
@IsUrl()
@MaxLength(244)
transcriptionUrl?: string;
@IsOptional()
@IsNumber(
{ allowNaN: false, allowInfinity: false },