Remove gemini and ollama
This commit is contained in:
@@ -60,6 +60,11 @@ export class CreateVideoDto {
|
||||
@MaxLength(244)
|
||||
description?: string;
|
||||
|
||||
@IsOptional()
|
||||
@IsUrl()
|
||||
@MaxLength(244)
|
||||
transcriptionUrl?: string;
|
||||
|
||||
@IsOptional()
|
||||
@IsNumber(
|
||||
{ allowNaN: false, allowInfinity: false },
|
||||
|
||||
Reference in New Issue
Block a user