diff --git a/README.md b/README.md index dad5e3ebd1..e187cc8c4a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ - ☁️ Supports many models (local Llama, OpenAI, Anthropic, Groq, etc.) - 📦 Just works! +## Video Tutorials +[AI Agent Dev School](https://www.youtube.com/watch?v=ArptLpQiKfI&list=PLx5pnFXdPTRzWla0RaOxALTSTnVq53fKL) + ## 🎯 Use Cases - 🤖 Chatbots diff --git a/docs/docs/core/characterfile.md b/docs/docs/core/characterfile.md index 8662a54871..37adc65224 100644 --- a/docs/docs/core/characterfile.md +++ b/docs/docs/core/characterfile.md @@ -22,7 +22,7 @@ A `characterfile` implements the [Character](/api/type-aliases/character) type a ```json { "name": "trump", - "clients": ["DISCORD", "DIRECT"], + "clients": ["discord", "direct"], "settings": { "voice": { "model": "en_US-male-medium" } }, @@ -92,11 +92,11 @@ The character's display name for identification and in conversations. #### `modelProvider` (required) -Specifies the AI model provider. Supported options from [ModelProviderName](/api/enumerations/modelprovidername) include `ANTHROPIC`, `LLAMALOCAL`, `OPENAI`, and others. +Specifies the AI model provider. Supported options from [ModelProviderName](/api/enumerations/modelprovidername) include `anthropic`, `llama_local`, `openai`, and others. #### `clients` (required) -Array of supported client types from [Clients](/api/enumerations/clients) e.g., `DISCORD`, `DIRECT`, `TWITTER`, `TELEGRAM`. +Array of supported client types from [Clients](/api/enumerations/clients) e.g., `discord`, `direct`, `twitter`, `telegram`, `farcaster`. #### `bio` @@ -261,8 +261,8 @@ Your response should not contain any questions. Brief, concise statements only. ```json { "name": "TechAI", - "modelProvider": "ANTHROPIC", - "clients": ["DISCORD", "DIRECT"], + "modelProvider": "anthropic", + "clients": ["discord", "direct"], "bio": "AI researcher and educator focused on practical applications", "lore": [ "Pioneer in open-source AI development",