new(core.gbapp): LLM alerts for data.

This commit is contained in:
me@rodrigorodriguez.com 2024-10-17 17:07:27 -03:00
parent 44e3ecc077
commit 21aa30796d

View file

@ -549,6 +549,9 @@ export class ChatServices {
const answerSource = await (min.core as any)['getParam'](min.instance, const answerSource = await (min.core as any)['getParam'](min.instance,
'Answer Source', false); 'Answer Source', false);
GBLogEx.info(min, `Answer Source = ${answerSource}.`);
let dataSource; let dataSource;
if (answerSource === 'cache') { if (answerSource === 'cache') {
let sqliteFilePath = let sqliteFilePath =