Skip to content

Commit

Permalink
Update README and version info
Browse files Browse the repository at this point in the history
  • Loading branch information
uezo committed Dec 5, 2024
1 parent aa478d7 commit 7007546
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ ChatdollKitは、お好みの3Dモデルを使って音声対話可能なチャ
- **マルチプラットフォーム**: Windows、Mac、Linux、iOS、Android、およびその他のUnityサポートプラットフォーム(VR、AR、WebGLを含む)に対応


## 💎 バージョン0.8.8の新機能
## 💎 バージョン0.8.8.1の新機能

- **🥰🥳 複数AITuber同士の会話**: AITuber同士が会話できるように!今までにない配信スタイルを楽しみましょう。
- **💪 Difyを活用したAITuber**: あらゆるLLMへの対応はもちろん、ナレッジや機能を兼ね備えたAgenticなAITuberを高い運用性をもって実現できるように!


---
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
- **Multi platforms**: Compatible with Windows, Mac, Linux, iOS, Android, and other Unity-supported platforms, including VR, AR, and WebGL.


## 💎 What's New in Version 0.8.8
## 💎 What's New in Version 0.8.8.1

- **🥰🥳 Support Multiple AITuber Dialogue**: AITubers can now chat with each other, bringing dynamic and engaging interactions to life like never before!
- **💪 Support Dify as a backend for AITuber**: Seamlessly integrate with any LLM while empowering AITubers with agentic capabilities, blending advanced knowledge and functionality for highly efficient and scalable operations!

---

Expand Down
2 changes: 1 addition & 1 deletion Scripts/AIAvatar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace ChatdollKit
{
public class AIAvatar : MonoBehaviour
{
public static string VERSION = "0.8.8";
public static string VERSION = "0.8.8.1";

[Header("Avatar lifecycle settings")]
[SerializeField]
Expand Down

0 comments on commit 7007546

Please sign in to comment.