uezo / ChatdollKit

ChatdollKit enables you to make your 3D model into a chatbot
Apache License 2.0
796 stars 79 forks source link

Remove legacy v0.7.x components #376

Closed uezo closed 1 month ago

uezo commented 1 month ago

This pull request removes legacy components from the v0.7.x series, leading to a simpler and more maintainable codebase. In particular, the ChatdollKit.Dialog namespace has seen improvements in structure, making it easier to maintain. Additionally, the removal of dependencies between ChatdollKit.LLM and ChatdollKit.Model enhances modularity and reusability, especially for LLM-related processes. These changes contribute to a cleaner, more maintainable, and modular architecture overall.