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

This commit is contained in:
me@rodrigorodriguez.com 2024-10-17 16:52:04 -03:00
parent 615b871e28
commit da85542ae8

View file

@ -551,9 +551,9 @@ export class ChatServices {
let dataSource;
if (answerSource === 'cache') {
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({
type: 'sqlite',