From a3c9d58f86d7ac04df89147933fd37a446a92a4b Mon Sep 17 00:00:00 2001 From: Cohee Date: Wed, 5 Apr 2023 21:27:31 +0300 Subject: [PATCH] Rebranding --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 1adbdff6f..2b3d18308 100644 --- a/readme.md +++ b/readme.md @@ -1,11 +1,11 @@ ## Silly TavernAI mod. Based on fork of TavernAI 1.2.8 -### Brought to you by @SillyLossy and @RossAscends +### Brought to you by @Cohee1207 and @RossAscends -Try on Colab (runs KoboldAI backend and TavernAI Extras server alongside): +Try on Colab (runs KoboldAI backend and TavernAI Extras server alongside): Open In Colab -https://colab.research.google.com/github/SillyLossy/TavernAI-extras/blob/main/colab/GPU.ipynb +https://colab.research.google.com/github/Cohee1207/TavernAI-extras/blob/main/colab/GPU.ipynb ## Mobile support @@ -23,13 +23,13 @@ https://rentry.org/TAI_Termux * [Oobabooga's TextGen WebUI](https://github.com/oobabooga/text-generation-webui) API connection * Soft prompts selector for KoboldAI * Prompt generation formatting tweaking -* Extensibility support via [SillyLossy's TAI-extras](https://github.com/SillyLossy/TavernAI-extras) plugins +* Extensibility support via [SillyLossy's TAI-extras](https://github.com/Cohee1207/TavernAI-extras) plugins * Character emotional expressions * Auto-Summary of the chat history * Sending images to chat, and the AI interpreting the content. ## UI Extensions 🚀 -| Name | Description | Required Extra Modules | Screenshot | +| Name | Description | Required Extra 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 | @@ -109,7 +109,7 @@ Contact us on Discord: Cohee#1207 or RossAscends#1779 ## License and credits * TAI Base by Humi: Unknown license -* SillyLossy's TAI mod: Public domain +* Cohee's TAI mod: Public domain * RossAscends' additions: Public domain * Portions of CncAnon's TavernAITurbo mod: Unknown license * Thanks oobabooga for compiling presets for TextGen