Преглед на файлове

feat: speech support app_code bind

master
zhayujie преди 11 месеца
родител
ревизия
9d4afeac31
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. +2
    -1
      voice/linkai/linkai_voice.py

+ 2
- 1
voice/linkai/linkai_voice.py Целия файл

@@ -62,7 +62,8 @@ class LinkAIVoice(Voice):
data = {
"model": model,
"input": text,
"voice": conf().get("tts_voice_id")
"voice": conf().get("tts_voice_id"),
"app_code": conf().get("linkai_app_code")
}
res = requests.post(url, headers=headers, json=data, timeout=(5, 120))
if res.status_code == 200:


Loading…
Отказ
Запис