new(core.gbapp): LLM alerts for data.
This commit is contained in:
parent
44e3ecc077
commit
21aa30796d
1 changed files with 3 additions and 0 deletions
|
@ -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 =
|
||||||
|
|
Loading…
Add table
Reference in a new issue