Set defaults for llama
This commit is contained in:
parent
3ee51b45ae
commit
b524d0e507
@ -83,7 +83,7 @@ const optionsGenerator = <
|
||||
}
|
||||
}
|
||||
|
||||
return deepMerge(defaultOptions, options)
|
||||
return deepMerge(defaultOptions, options ?? {})
|
||||
}
|
||||
|
||||
export class LLamaHandler extends BaseHandler {
|
||||
|
Loading…
Reference in New Issue
Block a user