Skip to content

Commit

Permalink
add evenlabs
Browse files Browse the repository at this point in the history
  • Loading branch information
tcm390 committed Feb 12, 2025
1 parent 6a9c76a commit e0641c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/agent/src/defaultCharacter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ export const defaultCharacter: Character = {
plugins: [
"@elizaos/plugin-anthropic",
"@elizaos/plugin-openai",
"@elizaos/plugin-elevenlabs",
"@elizaos/plugin-local-ai",
"@elizaos/plugin-discord",
"@elizaos/plugin-node",
"@elizaos/plugin-elevenlabs",
"@elizaos/plugin-telegram",
"@elizaos/plugin-twitter",
],
Expand Down Expand Up @@ -535,4 +537,4 @@ export const defaultCharacter: Character = {
"provocative",
],
extends: [],
};
};

0 comments on commit e0641c0

Please sign in to comment.