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

This commit is contained in:
me@rodrigorodriguez.com 2024-10-17 16:52:04 -03:00
parent 5bae484af0
commit 44e3ecc077

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',