From ecd79caa68371cfa131fd0efeff5f6da76b532be Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 2 May 2023 22:52:32 -0300 Subject: [PATCH] Update Extensions.md --- docs/Extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Extensions.md b/docs/Extensions.md index 72eec19e..dd4af96d 100644 --- a/docs/Extensions.md +++ b/docs/Extensions.md @@ -34,6 +34,7 @@ Most of these have been created by the extremely talented contributors that you |[whisper_stt](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/whisper_stt)| Allows you to enter your inputs in chat mode using your microphone. | |[sd_api_pictures](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/sd_api_pictures)| Allows you to request pictures from the bot in chat mode, which will be generated using the AUTOMATIC1111 Stable Diffusion API. See examples [here](https://github.com/oobabooga/text-generation-webui/pull/309). | |[llava](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/llava) | Adds LLaVA multimodal model support. For detailed description see [README.md](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/llava/README.md) in the extension directory. | +|[openai](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/openai)| Creates an API that mimics the OpenAI API and can be used as a drop-in replacement. | ## How to write an extension