Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Release v0.1.3

Compare
Choose a tag to compare
@hiyouga hiyouga released this 18 Jul 13:02
· 41 commits to main since this release
  • Web UI: source_prefix, max_length, dev set
  • Bug fix: replace the Literal type with Enum for pydantic [1] #294
  • Bug fix: definition of the chat function in stream_chat.py #317
  • Add Web demo #309

[1] pydantic/pydantic#5821, fastapi/sqlmodel#67