Set defaults for llama

This commit is contained in:
BordedDev 2025-04-10 09:52:58 +02:00
parent 3ee51b45ae
commit b524d0e507
No known key found for this signature in database
GPG Key ID: C5F495EAE56673BF

View File

@ -83,7 +83,7 @@ const optionsGenerator = <
}
}
return deepMerge(defaultOptions, options)
return deepMerge(defaultOptions, options ?? {})
}
export class LLamaHandler extends BaseHandler {