Download Latest Version v2.0.0 - Markdown Filtering, Expanded API Support, _ Simplified Setup source code.tar.gz (22.3 kB)
Email in envelope

Get an email when there's a new version of OpenAI-Compatible Edge-TTS API

Home / v2.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-12-28 2.4 kB
v2.0.0 - Markdown Filtering, Expanded API Support, _ Simplified Setup source code.tar.gz 2024-12-28 22.3 kB
v2.0.0 - Markdown Filtering, Expanded API Support, _ Simplified Setup source code.zip 2024-12-28 25.5 kB
Totals: 3 Items   50.3 kB 1

๐Ÿš€ v2.0.0 - Markdown Filtering, Expanded API Support, & Simplified Setup ๐ŸŒŸ

๐Ÿ”ฅ Biggest update yet! Weโ€™ve been hard at work to bring you powerful new features and make the setup process smoother than ever. Hereโ€™s whatโ€™s new:

โœจ What's New?

  1. ๐Ÿ“ Markdown Filtering (Optional!)
  2. You can now filter markdown output effortlessly!
  3. Want to disable it? Just add this to your .env file:
    env REMOVE_FILTER=True

  4. ๐ŸŒ ElevenLabs & Azure AI Speech (Beta)

  5. Drop-in replacement support for ElevenLabs and Azure AI Speech API endpoints just like OpenAI's Text-to-Speech
  6. Prefer to keep things simple? Disable these with:
    env EXPAND_API=False

  7. ๐Ÿ”— Simplified API Endpoint Setup

  8. No more /v1 confusion! The /v1 route prefix is now optional. This makes your setup cleaner and easier. ๐Ÿš€

๐Ÿ›  How to Update?

For Git Users:

  1. Pull the latest changes with rebase to avoid conflicts:
    bash git pull --rebase origin main
  2. Update your environment variables in .env if needed.

For Docker Users:

  1. Pull the latest Docker image from Docker Hub:
    bash docker pull travisvn/openai-edge-tts:latest
  2. Restart your container to apply the changes:
    bash docker run -d -p 5050:5050 -e API_KEY=your_api_key_here -e PORT=5050 travisvn/openai-edge-tts:latest

๐ŸŽ‰ Join the Community on Discord!

Weโ€™ve launched a Discord server where you can:
- ๐Ÿ’ฌ Discuss anything TTS-related.
- ๐Ÿ›  Get support for your setup.
- ๐Ÿš€ Share ideas or feedback.

Join here and be part of the conversation! Weโ€™d love to see you there. ๐Ÿค

๐Ÿ’ก Notes

  • The ElevenLabs and Azure AI Speech endpoints are in beta. Weโ€™d love your feedback to make them even better!
  • Be sure to check out the updated README for detailed instructions.

โญ Like the update? Donโ€™t forget to star the repository and share it with your network! Your support means the world. ๐ŸŒโœจ

Got questions or ideas? Drop them in the Issues or Discussions tabsโ€”or chat with us on Discord! ๐Ÿ‘‚๐Ÿ’ฌ


๐ŸŽ‰ Happy TTS-ing! ๐Ÿš€

Source: README.md, updated 2024-12-28