remove todo comment
This commit is contained in:
parent
6bf4f47110
commit
073017a0d6
|
@ -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()
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue