Skip to content

Commit

Permalink
Remove elevenlabs extension (oobabooga#4928)
Browse files Browse the repository at this point in the history
  • Loading branch information
oobabooga authored Dec 15, 2023
1 parent f336f8a commit eaa1fe6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 199 deletions.
1 change: 0 additions & 1 deletion docs/07 - Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ If you create an extension, you are welcome to host it in a GitHub repository an
|[multimodal](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/multimodal) | Adds multimodality support (text+images). For a detailed description see [README.md](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/multimodal/README.md) in the extension directory. |
|[google_translate](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/google_translate)| Automatically translates inputs and outputs using Google Translate.|
|[silero_tts](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/silero_tts)| Text-to-speech extension using [Silero](https://github.com/snakers4/silero-models). When used in chat mode, responses are replaced with an audio widget. |
|[elevenlabs_tts](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/elevenlabs_tts)| Text-to-speech extension using the [ElevenLabs](https://beta.elevenlabs.io/) API. You need an API key to use it. |
|[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). |
|[character_bias](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/character_bias)| Just a very simple example that adds a hidden string at the beginning of the bot's reply in chat mode. |
Expand Down
Empty file.
1 change: 0 additions & 1 deletion extensions/elevenlabs_tts/requirements.txt

This file was deleted.

197 changes: 0 additions & 197 deletions extensions/elevenlabs_tts/script.py

This file was deleted.

0 comments on commit eaa1fe6

Please sign in to comment.