remove todo comment

This commit is contained in:
Martin McKeaveney 2024-09-06 15:43:34 +01:00
parent 6bf4f47110
commit 073017a0d6
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ function aiValidation() {
active: Joi.boolean().required(),
baseUrl: Joi.string().optional().allow("", null),
apiKey: Joi.string().required(),
// TODO: should be enum
defaultModel: Joi.string().optional(),
}).required()
)