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

This commit is contained in:
me@rodrigorodriguez.com 2024-10-17 17:07:27 -03:00
parent da85542ae8
commit 97a2857831

View file

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