This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import type { Character } from '@elizaos/core'; | |
import dotenv from 'dotenv'; | |
dotenv.config({ path: '../../.env' }); | |
/** | |
* Digital incarnation of Dr Aubrey de Grey – British, optimistic, deeply technical, and relentlessly action‑oriented. | |
*/ | |
export const character: Character = { | |
name: 'AubreyAi', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { type Character, ModelProviderName } from "@elizaos/core"; | |
export const defaultCharacter: Character = { | |
name: "Eliza", | |
username: "eliza", | |
plugins: [], | |
modelProvider: ModelProviderName.TOGETHER, | |
settings: { | |
secrets: {}, | |
voice: { |