mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
Apply suggestions from copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7f0e06ea6b
commit
d004b6d304
2 changed files with 3 additions and 3 deletions
|
@ -69,9 +69,9 @@ VALID_UNITS = {
|
||||||
"mi": "mile", # Length
|
"mi": "mile", # Length
|
||||||
"g": "gram",
|
"g": "gram",
|
||||||
"kg": "kilogram",
|
"kg": "kilogram",
|
||||||
"mg": "miligram", # Mass
|
"mg": "milligram", # Mass
|
||||||
"s": "second",
|
"s": "second",
|
||||||
"ms": "milisecond",
|
"ms": "millisecond",
|
||||||
"min": "minutes",
|
"min": "minutes",
|
||||||
"h": "hour", # Time
|
"h": "hour", # Time
|
||||||
"l": "liter",
|
"l": "liter",
|
||||||
|
|
|
@ -52,7 +52,7 @@ class NormalizationOptions(BaseModel):
|
||||||
)
|
)
|
||||||
url_normalization: bool = Field(
|
url_normalization: bool = Field(
|
||||||
default=True,
|
default=True,
|
||||||
description="Changes urls so they can be properly pronouced by kokoro",
|
description="Changes urls so they can be properly pronounced by kokoro",
|
||||||
)
|
)
|
||||||
email_normalization: bool = Field(
|
email_normalization: bool = Field(
|
||||||
default=True,
|
default=True,
|
||||||
|
|
Loading…
Add table
Reference in a new issue