diff --git a/main.js b/main.js index e25aeb0..76b223c 100644 --- a/main.js +++ b/main.js @@ -1,6 +1,6 @@ import { AgentProcess } from './src/process/agent-process.js'; -let profile = './radley.json'; +let profile = './andy.json'; let load_memory = false; let init_message = 'Say hello world and your name.';