Skip to content

Commit

Permalink
Merge pull request #404 from uezo/update-for-v088
Browse files Browse the repository at this point in the history
Update for v0.8.8
  • Loading branch information
uezo authored Dec 3, 2024
2 parents 0652f49 + 5537080 commit 3f01491
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Demo/Demo08.unity
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ MonoBehaviour:
m_HorizontalOverflow: 0
m_VerticalOverflow: 0
m_LineSpacing: 1
m_Text: ChatdollKit Demo v0.8.7
m_Text: ChatdollKit Demo v0.8.8
--- !u!222 &1976060164
CanvasRenderer:
m_ObjectHideFlags: 0
Expand Down
17 changes: 13 additions & 4 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,26 @@ ChatdollKitは、お好みの3Dモデルを使って音声対話可能なチャ
- **マルチプラットフォーム**: Windows、Mac、Linux、iOS、Android、およびその他のUnityサポートプラットフォーム(VR、AR、WebGLを含む)に対応


## 💎 バージョン0.8.6と0.8.7の新機能
## 💎 バージョン0.8.8の新機能

- **✨ Update AITuber demo**: より多くのAPI、一括設定、UI操作などをサポートしました。(v0.8.7)
- **🎛️ VOICEVOXとAivisSpeechの動的スタイル切り替え**: 声のスタイルを動的かつ自律的に切り替えることで、キャラクター表現を豊かにし、感情のニュアンスに対応できるようになりました。
- **🥰 VRMランタイム読み込みの改善**: ランタイムでエラーなく3Dモデルをシームレスに切り替えられるようになり、ユーザー体験が向上しました。
- **🥰🥳 複数AITuber同士の会話**: AITuber同士が会話できるように!今までにない配信スタイルを楽しみましょう。


---

### 以前の更新内容

#### 0.8.7

- **✨ Update AITuber demo**: より多くのAPI、一括設定、UI操作などをサポートしました。


#### 0.8.6

- **🎛️ VOICEVOXとAivisSpeechの動的スタイル切り替え**: 声のスタイルを動的かつ自律的に切り替えることで、キャラクター表現を豊かにし、感情のニュアンスに対応できるようになりました。
- **🥰 VRMランタイム読み込みの改善**: ランタイムでエラーなく3Dモデルをシームレスに切り替えられるようになり、ユーザー体験が向上しました。


#### 0.8.5

- **🎓 Chain of Thought Prompting**: Chain of Thought (CoT) プロンプティングに対応しました 🎉 AIキャラクターの思考力や感情コントロールの力を大幅にブーストすることができます。
Expand Down
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,25 @@
- **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.6 and 0.8.7
## 💎 What's New in Version 0.8.8

- **✨ Update AITuber demo**: Support more APIs, bulk configuration, UI and mode!. (v0.8.7)
- **🎛️ Support VOICEVOX and AivisSpeech inline style**: Enables dynamic and autonomous switching of voice styles to enrich character expression and adapt to emotional nuances.
- **🥰 Improve VRM runtime loading**: Allows seamless and error-free switching of 3D models at runtime, ensuring a smoother user experience.
- **🥰🥳 Support Multiple AITuber Dialogue**: AITubers can now chat with each other, bringing dynamic and engaging interactions to life like never before!

---

### Previous Updates

#### 0.8.7

- **✨ Update AITuber demo**: Support more APIs, bulk configuration, UI and mode!. (v0.8.7)


#### 0.8.6

- **🎛️ Support VOICEVOX and AivisSpeech inline style**: Enables dynamic and autonomous switching of voice styles to enrich character expression and adapt to emotional nuances.
- **🥰 Improve VRM runtime loading**: Allows seamless and error-free switching of 3D models at runtime, ensuring a smoother user experience.


#### 0.8.5

- **🎓 Chain of Thought Prompting**: Say hello to Chain of Thought (CoT) Prompting! 🎉 Your AI character just got a major boost in IQ and EQ!
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.7";
public static string VERSION = "0.8.8";

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

0 comments on commit 3f01491

Please sign in to comment.