Fix: incorrect async chat streamly output (#11679)

### What problem does this PR solve?

Incorrect async chat streamly output. #11677.

Disable beartype for #11666.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Yongteng Lei
2025-12-03 11:15:45 +08:00
committed by GitHub
parent 83fac6d0a0
commit 5c81e01de5
5 changed files with 17 additions and 8 deletions

View File

@ -14,5 +14,5 @@
# limitations under the License.
#
from beartype.claw import beartype_this_package
beartype_this_package()
# from beartype.claw import beartype_this_package
# beartype_this_package()