mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
memory.jsonの保存先をdata以下にする
This commit is contained in:
parent
3379de42c7
commit
5a314b5e97
2 changed files with 1 additions and 1 deletions
0
data/.keep
Normal file
0
data/.keep
Normal file
|
@ -81,7 +81,7 @@ export default class 藍 {
|
|||
this.account = account;
|
||||
this.modules = modules;
|
||||
|
||||
const file = process.env.NODE_ENV === 'test' ? 'test.memory.json' : 'memory.json';
|
||||
const file = process.env.NODE_ENV === 'test' ? 'data/test.memory.json' : 'data/memory.json';
|
||||
|
||||
this.log(`Lodaing the memory from ${file}...`);
|
||||
|
||||
|
|
Loading…
Reference in a new issue