generated from pot-app/pot-app-tts-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.json
72 lines (72 loc) · 1.32 KB
/
info.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"id": "plugin.com.pot-app.openai_tts",
"plugin_type": "tts",
"icon": "openai.svg",
"display": "OpenAI TTS",
"homepage": "https://github.com/pot-app/pot-app-tts-plugin-openai",
"needs": [
{
"key": "requestPath",
"display": "请求路径",
"type": "input"
},
{
"key": "apiKey",
"display": "API Key",
"type": "input"
},
{
"key": "model",
"display": "模型",
"type": "select",
"options": {
"tts-1": "tts-1",
"tts-1-hd": "tts-1-hd"
}
},
{
"key": "voice",
"display": "声音",
"type": "select",
"options": {
"alloy": "alloy",
"echo": "echo",
"onyx": "onyx",
"nova": "nova",
"shimmer": "shimmer"
}
},
{
"key": "speed",
"display": "语速",
"type": "select",
"options": {
"0.25": 0.25,
"0.5": 0.5,
"0.75": 0.75,
"1.0": 1.0,
"1.25": 1.25,
"1.5": 1.5,
"2.0": 2.0,
"3.0": 3.0,
"4.0": 4.0
}
}
],
"language": {
"zh_cn": "zh",
"zh_tw": "zh",
"en": "en",
"ja": "jp",
"ko": "ko",
"fr": "fr",
"es": "es",
"ru": "ru",
"de": "de",
"it": "it",
"tr": "tr",
"pt_pt": "pt",
"pt_br": "pt",
"vi": "vi"
}
}