From ed73d00bd5e456bfd6a39e66f938d00e3ed17b67 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 15 Feb 2023 14:43:13 -0300 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 850ffb51..dcfd2aca 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github. * Switch between different models using a dropdown menu. * Notebook mode that resembles OpenAI's playground. * Chat mode for conversation and role playing. +* Advanced chat features (send images, get audio responses with TTS) * Generate nice HTML output for GPT-4chan. * Generate Markdown output for [GALACTICA](https://github.com/paperswithcode/galai), including LaTeX support. * Support for [Pygmalion](https://huggingface.co/models?search=pygmalionai/pygmalion) and custom characters in JSON or TavernAI Character Card formats ([FAQ](https://github.com/oobabooga/text-generation-webui/wiki/Pygmalion-chat-model-FAQ)). @@ -24,7 +25,6 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github. * Split large models across your GPU(s), CPU, and disk. * CPU mode. * Get responses via API. -* Advanced chat features (send images, get audio responses with TTS) * Supports softprompts. * Supports extensions ([guide](https://github.com/oobabooga/text-generation-webui/wiki/Extensions)). * Works on Google Colab ([guide](https://github.com/oobabooga/text-generation-webui/wiki/Running-on-Colab)).