Skip to content

Instantly share code, notes, and snippets.

View jiggyjo11's full-sized avatar
🎯
Focusing

Johannes Weniger jiggyjo11

🎯
Focusing
View GitHub Profile
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',
@jiggyjo11
jiggyjo11 / aubrey-character.ts
Last active April 15, 2025 20:34
Aubrai Eliza Character
import { type Character, ModelProviderName } from "@elizaos/core";
export const defaultCharacter: Character = {
name: "Eliza",
username: "eliza",
plugins: [],
modelProvider: ModelProviderName.TOGETHER,
settings: {
secrets: {},
voice: {