fix(api): add support to llm-nlu helper

This commit is contained in:
yassinedorbozgithub
2025-05-30 13:33:46 +01:00
parent 78c0b05021
commit 26166e05e4
3 changed files with 7 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ export class AttachmentModule implements OnApplicationBootstrap {
if (!AppInstance.isReady()) {
return;
}
// Ensure the directories exists
if (!existsSync(config.parameters.uploadDir)) {
mkdirSync(config.parameters.uploadDir, { recursive: true });