Skip to content

Commit

Permalink
Merge pull request #393 from uezo/update-for-v0.8.6
Browse files Browse the repository at this point in the history
Update for v0.8.6
  • Loading branch information
uezo authored Nov 20, 2024
2 parents cf1d66e + 51ed2dc commit ffdb943
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 25 deletions.
39 changes: 20 additions & 19 deletions Demo/AITuber/AITuber.unity
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ PrefabInstance:
addedObject: {fileID: 1886433086}
- targetCorrespondingSourceObject: {fileID: 2779731071012727286, guid: 74e8f3777a3aa42ba9447b4bec832cd1, type: 3}
insertIndex: -1
addedObject: {fileID: 1886433087}
addedObject: {fileID: 1886433114}
- targetCorrespondingSourceObject: {fileID: 2779731071012727286, guid: 74e8f3777a3aa42ba9447b4bec832cd1, type: 3}
insertIndex: -1
addedObject: {fileID: 1886433089}
Expand Down Expand Up @@ -1032,24 +1032,6 @@ MonoBehaviour:
Language:
Prompt:
Temperature: 0
--- !u!114 &1886433087
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1886433055}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: bbdf9600eeac14bdf9d7400840bf5c7d, type: 3}
m_Name:
m_EditorClassIdentifier:
Timeout: 10
isDebug: 0
_IsEnabled: 1
ApiKey:
Voice: nova
Speed: 1
--- !u!114 &1886433089
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -1113,6 +1095,25 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: dbe823670680445ab88dfd996ec87ed2, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!114 &1886433114
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1886433055}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 948241ac309274d15b31b78dcc91ae7c, type: 3}
m_Name:
m_EditorClassIdentifier:
Timeout: 10
isDebug: 0
_IsEnabled: 1
EndpointUrl: http://127.0.0.1:50021
Speaker: 2
printSupportedSpeakers: 0
VoiceStyles: []
--- !u!1 &1934380956
GameObject:
m_ObjectHideFlags: 0
Expand Down
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.4
m_Text: ChatdollKit Demo v0.8.6
--- !u!222 &1976060164
CanvasRenderer:
m_ObjectHideFlags: 0
Expand Down
11 changes: 9 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,21 @@ ChatdollKitは、お好みの3Dモデルを使って音声対話可能なチャ
- **マルチプラットフォーム**: Windows、Mac、Linux、iOS、Android、およびその他のUnityサポートプラットフォーム(VR、AR、WebGLを含む)に対応


## 💎 バージョン0.8.5の新機能
## 💎 バージョン0.8.6の新機能

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

- **🎓 Chain of Thought Prompting**: Chain of Thought (CoT) プロンプティングに対応しました 🎉 AIキャラクターの思考力や感情コントロールの力を大幅にブーストすることができます。

---

### 以前の更新内容

#### 0.8.5

- **🎓 Chain of Thought Prompting**: Chain of Thought (CoT) プロンプティングに対応しました 🎉 AIキャラクターの思考力や感情コントロールの力を大幅にブーストすることができます。


#### 0.8.4

- **🧩 モジュール化による再利用性と保守性の向上**: 主要なコンポーネントをリファクタリングしました。モジュラー化によりユーザーによるカスタマイズ性が向上したほか、コードの再利用性も高まりました。詳細はデモをご確認ください。
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,20 @@
- **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.5
## 💎 What's New in Version 0.8.6

- **🎓 Chain of Thought Prompting**: Say hello to Chain of Thought (CoT) Prompting! 🎉 Your AI character just got a major boost in IQ and EQ!
- **🎛️ 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.

---

### Previous Updates

#### 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!


#### 0.8.4

- **🧩 Modularized for Better Reusability and Maintainability**: We’ve reorganized key components, focusing on modularity to improve customizability and reusability. Check out the demos for more details!
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.5";
public static string VERSION = "0.8.6";

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

0 comments on commit ffdb943

Please sign in to comment.