mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-17 11:45:55 +08:00
chore: format
This commit is contained in:
parent
2ca9989d20
commit
fa20b1dc09
@ -503,9 +503,7 @@ def get_elevenlabs_voices() -> dict:
|
||||
}
|
||||
try:
|
||||
# TODO: Add retries
|
||||
response = requests.get(
|
||||
"https://api.elevenlabs.io/v1/voices", headers=headers
|
||||
)
|
||||
response = requests.get("https://api.elevenlabs.io/v1/voices", headers=headers)
|
||||
response.raise_for_status()
|
||||
voices_data = response.json()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user