Add whisper and tts ui (#484)

Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
Archer
2023-11-17 00:03:05 +08:00
committed by GitHub
parent f6aea484ce
commit 4358b6de4d
34 changed files with 806 additions and 333 deletions

View File

@@ -103,7 +103,7 @@
"model": "tts-1",
"name": "OpenAI TTS1",
"price": 0,
"baseUrl": "https://api.openai.com/v1",
"baseUrl": "",
"key": "",
"voices": [
{ "label": "Alloy", "value": "alloy", "bufferId": "openai-Alloy" },
@@ -114,5 +114,10 @@
{ "label": "Shimmer", "value": "shimmer", "bufferId": "openai-Shimmer" }
]
}
]
],
"WhisperModel": {
"model": "whisper-1",
"name": "Whisper1",
"price": 0
}
}