We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d7a8b commit cd2cb53Copy full SHA for cd2cb53
agent/src/index.ts
@@ -18,13 +18,12 @@ import {
18
IDatabaseAdapter,
19
IDatabaseCacheAdapter,
20
ModelProviderName,
21
- // defaultCharacter,
+ defaultCharacter,
22
elizaLogger,
23
settings,
24
stringToUuid,
25
validateCharacterConfig,
26
} from "@ai16z/eliza";
27
-import { character as defaultCharacter } from "../test.character.ts";
28
import { zgPlugin } from "@ai16z/plugin-0g";
29
import createGoatPlugin from "@ai16z/plugin-goat";
30
import { bootstrapPlugin } from "@ai16z/plugin-bootstrap";
0 commit comments