Ajout OpenWeb-UI fonctionnel

This commit is contained in:
2025-08-07 20:11:08 +02:00
commit cd76763e66
50 changed files with 20505 additions and 0 deletions

4
download_samples.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
for i in alloy echo fable onyx nova shimmer; do
[ ! -e "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
done