Ajout OpenWeb-UI fonctionnel
This commit is contained in:
6
download_samples.bat
Normal file
6
download_samples.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
for %%i in (alloy echo fable onyx nova shimmer) do (
|
||||
if not exist "voices\%%i.wav" (
|
||||
curl -s https://cdn.openai.com/API/docs/audio/%%i.wav | ffmpeg -loglevel error -i - -ar 22050 -ac 1 voices\%%i.wav
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user