From f82e86b5f36e257f0ae757afd5a01c9dbbc97dc2 Mon Sep 17 00:00:00 2001
From: ikaros <327209194@qq.com>
Date: Wed, 17 Apr 2024 20:59:17 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9openai=20tts=E7=9A=84?=
 =?UTF-8?q?=E5=AE=98=E6=96=B9api=E5=9C=B0=E5=9D=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.json b/config.json
index 5cc2a22b..3511418b 100644
--- a/config.json
+++ b/config.json
@@ -597,7 +597,7 @@
   },
   "openai_tts": {
     "type": "api",
-    "api_ip_port": "https://ysharma-openai-tts-new.hf.space/--replicas/zcq5n/",
+    "api_ip_port": "https://api.openai.com/v1",
     "model": "tts-1",
     "voice": "nova",
     "api_key": "你的openai api key"