add voice in openai api (not tested)
This commit is contained in:
7
app/services/voice.py
Normal file
7
app/services/voice.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from app.core.openai_voice_client import generate_voice
|
||||
|
||||
async def generate_voice(text: str) -> str:
|
||||
voice = await generate_voice(text)
|
||||
return voice
|
||||
|
||||
|
||||
Reference in New Issue
Block a user