Skip to content

Commit 75b8e30

Browse files
authored
fix: removed Countik API URL, use not allowed
1 parent fddf7fb commit 75b8e30

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tiktok_voice/data/config.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33
"url": "https://tiktok-tts.weilnet.workers.dev/api/generation",
44
"response": "data"
55
},
6-
{
7-
"url": "https://countik.com/api/text/speech",
8-
"response": "v_data"
9-
},
106
{
117
"url": "https://gesserit.co/api/tiktok-tts",
128
"response": "base64"
139
}
14-
]
10+
]

0 commit comments

Comments
 (0)