More fixes to agent.js, removed jill.json from settings.js

This commit is contained in:
Ayush Maniar 2025-03-08 16:56:01 -08:00
parent 52b4e09981
commit 8644d48fb3
2 changed files with 1 additions and 2 deletions

View file

@ -14,7 +14,6 @@ export default
"base_profile": "./profiles/defaults/survival.json", // also see creative.json, god_mode.json
"profiles": ((process.env.PROFILES) && JSON.parse(process.env.PROFILES)) || [
"./andy.json",
"./jill.json"
// "./profiles/gpt.json",
// "./profiles/claude.json",
// "./profiles/gemini.json",

View file

@ -124,7 +124,7 @@ export class Agent {
console.log(this.name, 'received message from', username, ':', message);
if (convoManager.isOtherAgent(username)) {
console.warn('recieved whisper from other bot??')
console.warn('received whisper from other bot??')
}
else {
let translation = await handleEnglishTranslation(message);