7 lines
345 B
Bash
Executable file
7 lines
345 B
Bash
Executable file
#!/bin/sh
|
|
wget -q https://cdn.openai.com/API/docs/audio/alloy.wav
|
|
wget -q https://cdn.openai.com/API/docs/audio/echo.wav
|
|
wget -q https://cdn.openai.com/API/docs/audio/fable.wav
|
|
wget -q https://cdn.openai.com/API/docs/audio/onyx.wav
|
|
wget -q https://cdn.openai.com/API/docs/audio/nova.wav
|
|
wget -q https://cdn.openai.com/API/docs/audio/shimmer.wav
|