fix: #8843 event: tts_message_end always return in api streaming resp… (#8846)

This commit is contained in:
chenxu9741
2024-09-29 16:13:20 +08:00
committed by GitHub
parent e4ed916baa
commit c531b4a911
4 changed files with 7 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ from ._utils import (
)
if TYPE_CHECKING:
from pydantic_core.core_schema import LiteralSchema, ModelField, ModelFieldsSchema
from pydantic_core.core_schema import ModelField
__all__ = ["BaseModel", "GenericModel"]
_BaseModelT = TypeVar("_BaseModelT", bound="BaseModel")