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

This commit is contained in:
me@rodrigorodriguez.com 2024-10-17 17:19:37 -03:00
parent 21aa30796d
commit f135156dd0

View file

@ -547,7 +547,7 @@ export class ChatServices {
const dialect = con['storageDriver'];
const answerSource = await (min.core as any)['getParam'](min.instance,
'Answer Source', false);
'Answer Source', 'server');
GBLogEx.info(min, `Answer Source = ${answerSource}.`);