new(core.gbapp): LLM alerts for data.
This commit is contained in:
parent
5bae484af0
commit
44e3ecc077
1 changed files with 3 additions and 3 deletions
|
@ -551,9 +551,9 @@ export class ChatServices {
|
||||||
|
|
||||||
let dataSource;
|
let dataSource;
|
||||||
if (answerSource === 'cache') {
|
if (answerSource === 'cache') {
|
||||||
|
|
||||||
let sqliteFilePath =
|
let sqliteFilePath =
|
||||||
path.join('work', GBUtil.getGBAIPath(min.botId), `${con['name']}.sqlite`);
|
path.join('work', GBUtil.getGBAIPath(min.botId), `${con['name']}.sqlite`);
|
||||||
|
GBLogEx.info(min, `Using data from cache: Path.basename(${sqliteFilePath}).`);
|
||||||
|
|
||||||
dataSource = new DataSource({
|
dataSource = new DataSource({
|
||||||
type: 'sqlite',
|
type: 'sqlite',
|
||||||
|
|
Loading…
Add table
Reference in a new issue