mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 14:33:26 +00:00
fix(typo): [#28] audio_content -> text
This commit is contained in:
parent
f59b097cfa
commit
d70375956c
|
@ -7,7 +7,7 @@ class TTSRequestModel(pydantic.BaseModel):
|
|||
model_config = pydantic.ConfigDict(use_enum_values=True)
|
||||
|
||||
voice_model_name: tts_models_voice.YandexVoiceModelNamesString
|
||||
audio_content: bytes
|
||||
text: str
|
||||
|
||||
|
||||
class TTSResponseModel(pydantic.BaseModel):
|
||||
|
|
Loading…
Reference in New Issue
Block a user