root 2 dagar sedan
förälder
incheckning
4c70bd6104
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      ai-slibra-assistant/util/request_utils.py

+ 1 - 1
ai-slibra-assistant/util/request_utils.py

@@ -36,7 +36,7 @@ def get_voice(content, is_local, silence_duration):
     appid = "8661018433"
     access_token ="KkTVKPD9kY-i27Hr9gXtFQ4zqY7nrhJl"
     cluster = "volcano_tts"
-    voice_type = "BV700_V2_streaming"
+    voice_type = "BV700_streaming"
     host = "openspeech.bytedance.com"
     api_url = f"https://{host}/api/v1/tts"
     header = {"Authorization": f"Bearer;{access_token}"}