From 31f033595a814cdde0f2c08952a17c5f0935f296 Mon Sep 17 00:00:00 2001 From: matatonic <73265741+matatonic@users.noreply.github.com> Date: Sun, 2 Feb 2025 13:10:41 -0500 Subject: [PATCH] Update README.md Final update. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0550081..13cb8ad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # OpenedAI Speech +Notice: This software is mostly obsolete and will no longer be updated. + +Some Alternatives: + +* https://speaches.ai/ +* https://github.com/remsky/Kokoro-FastAPI +* https://github.com/astramind-ai/Auralis +* https://lightning.ai/docs/litserve/home?code_sample=speech + +---- + An OpenAI API compatible text to speech server. * Compatible with the OpenAI audio/speech API @@ -424,4 +435,4 @@ tts-1-hd: temperature: 0.75 top_k: 50 top_p: 0.85 -``` \ No newline at end of file +```