Skip to content

Commit 7f30fcf

Browse files
committed
fix: characterfile.md docs outdated with latest eliza version
1 parent 23a0c30 commit 7f30fcf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docs/core/characterfile.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A `characterfile` implements the [Character](/api/type-aliases/character) type a
2222
```json
2323
{
2424
"name": "trump",
25-
"clients": ["DISCORD", "DIRECT"],
25+
"clients": ["discord", "direct"],
2626
"settings": {
2727
"voice": { "model": "en_US-male-medium" }
2828
},
@@ -92,11 +92,11 @@ The character's display name for identification and in conversations.
9292

9393
#### `modelProvider` (required)
9494

95-
Specifies the AI model provider. Supported options from [ModelProviderName](/api/enumerations/modelprovidername) include `ANTHROPIC`, `LLAMALOCAL`, `OPENAI`, and others.
95+
Specifies the AI model provider. Supported options from [ModelProviderName](/api/enumerations/modelprovidername) include `anthropic`, `llama_local`, `openai`, and others.
9696

9797
#### `clients` (required)
9898

99-
Array of supported client types from [Clients](/api/enumerations/clients) e.g., `DISCORD`, `DIRECT`, `TWITTER`, `TELEGRAM`.
99+
Array of supported client types from [Clients](/api/enumerations/clients) e.g., `discord`, `direct`, `twitter`, `telegram`, `farcaster`.
100100

101101
#### `bio`
102102

@@ -261,8 +261,8 @@ Your response should not contain any questions. Brief, concise statements only.
261261
```json
262262
{
263263
"name": "TechAI",
264-
"modelProvider": "ANTHROPIC",
265-
"clients": ["DISCORD", "DIRECT"],
264+
"modelProvider": "anthropic",
265+
"clients": ["discord", "direct"],
266266
"bio": "AI researcher and educator focused on practical applications",
267267
"lore": [
268268
"Pioneer in open-source AI development",

0 commit comments

Comments
 (0)