From 4c9ce79811a032ff727da7c01a2c218b63ec1707 Mon Sep 17 00:00:00 2001 From: Cohee Date: Tue, 21 Mar 2023 02:33:41 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 53a08184c..abfa4009c 100644 --- a/readme.md +++ b/readme.md @@ -22,7 +22,7 @@ https://colab.research.google.com/github/SillyLossy/TavernAI-extras/blob/main/co * Sending images to chat, and the AI interpreting the content. ## UI Extensions 🚀 -| Name | Description | Required [Modules](#modules) | Screenshot | +| Name | Description | Required [Modules](https://github.com/SillyLossy/TavernAI-extras#modules) | Screenshot | | ---------------- | ---------------------------------| ---------------------------- | ---------- | | Image Captioning | Send a cute picture to your bot!

Picture select option will appear beside "Message send" button. | `caption` | | | Character Expressions | See your character reacting to your messages!

**You need to provide your own character images!**

1. Create a folder in TavernAI called `public/characters/`, where `` is a name of your character.
2. For base emotion classification model, put six PNG files there with the following names: `joy.png`, `anger.png`, `fear.png`, `love.png`, `sadness.png`, `surprise.png`. Other models may provide another options.
3. Images only display in desktop mode. | `classify` | image |