diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini index 1778aef..5744841 100644 --- a/Config/DefaultGame.ini +++ b/Config/DefaultGame.ini @@ -99,7 +99,7 @@ PerPlatformTargetFlavorName=() PerPlatformBuildTarget=() [/Script/EngineSettings.GeneralProjectSettings] -Description=Example Project that uses both OpenAI GPT-3 and Microsoft Azure Speech Services +Description=Example Project that uses both OpenAI GPT and Microsoft Azure Speech Services ProjectID=D0B085C14F85F9D8B8A3FEA787F14AAD ProjectName=SpeechGPT CompanyName=Lucoiso @@ -107,4 +107,5 @@ CompanyDistinguishedName=CN=Lucoiso Homepage="https://github.com/lucoiso/UESpeechGPT" CopyrightNotice= SupportContact=contatolukevboas@gmail.com +ProjectVersion=1.1.0 diff --git a/Content/Main/Blueprints/WBP_Chat.uasset b/Content/Main/Blueprints/WBP_Chat.uasset index 60c28c9..c532fd7 100644 --- a/Content/Main/Blueprints/WBP_Chat.uasset +++ b/Content/Main/Blueprints/WBP_Chat.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2993de56e611e0877843b5a8cf1119ac233715aba950daacc17df8e1ea00a245 -size 354589 +oid sha256:e0a4af084498ef12d268ab73a2166408871abcfbb4a20a1e46193f63558184c8 +size 420321 diff --git a/Content/Main/Blueprints/WBP_ChatMessage.uasset b/Content/Main/Blueprints/WBP_ChatMessage.uasset new file mode 100644 index 0000000..ff8f831 --- /dev/null +++ b/Content/Main/Blueprints/WBP_ChatMessage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fac8685d4a324529853d5361354cb13b1a621f974bd0209fed7e7c72ad3a4c7 +size 120448 diff --git a/Content/Main/Maps/MP_Main.umap b/Content/Main/Maps/MP_Main.umap index e4dbae5..dccad8d 100644 --- a/Content/Main/Maps/MP_Main.umap +++ b/Content/Main/Maps/MP_Main.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16a4fef2e83f179121ff03e86109564c1938fcbdecdde2f5a1ab1eba10ad88c3 -size 26900 +oid sha256:57a6bac42bbff03af6b81115102146df5eacec2773d0deb1b85e9fa9e4020d5c +size 26654 diff --git a/Content/Main/Textures/TX_Clear_History_Icon.uasset b/Content/Main/Textures/TX_Clear_History_Icon.uasset new file mode 100644 index 0000000..22a3bb0 --- /dev/null +++ b/Content/Main/Textures/TX_Clear_History_Icon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf153215db75fc2a1c74cf1c759d8b7c0cf599bfee828d75fe1b969d6cd4078b +size 14599 diff --git a/Content/Main/Textures/TX_Speech_Text_Icon.uasset b/Content/Main/Textures/TX_Speech_Text_Icon.uasset new file mode 100644 index 0000000..c398540 --- /dev/null +++ b/Content/Main/Textures/TX_Speech_Text_Icon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff76c8219e268c2b9473daac51c46ab81331f601ae895d5b278b7f2ac71160d3 +size 18701 diff --git a/Plugins/UEHttpGPT b/Plugins/UEHttpGPT index c70f3f3..f91c096 160000 --- a/Plugins/UEHttpGPT +++ b/Plugins/UEHttpGPT @@ -1 +1 @@ -Subproject commit c70f3f32ce3a48bae7c23ff893131af589730c43 +Subproject commit f91c096df4ad3a2238d96d380fc0f46ed1823224 diff --git a/README.md b/README.md index b1de8ac..cf1b896 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -![image](https://user-images.githubusercontent.com/77353979/216838805-5b1ce128-b518-4b28-96f9-0313726b5e12.png) +![image](https://user-images.githubusercontent.com/77353979/222471775-4ce39cdd-aeb5-4988-b234-130643381e60.png) # UESpeechGPT -Example Project that uses both OpenAI GPT-3 and Microsoft Azure Speech Services +Example Project that uses both OpenAI GPT and Microsoft Azure Speech Services ## Links * Unreal Forum: [[FREE] SpeechGPT: Example project mixing OpenAI GPT and Microsoft Azure Speech Services](https://forums.unrealengine.com/t/free-speechgpt-example-project-mixing-openai-gpt-and-microsoft-azure-speech-services/764131?u=lucoiso)