Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucoiso authored Mar 20, 2023
2 parents 26a7b2e + ad4957b commit e15f0db
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Config/DefaultGame.ini
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ CompanyDistinguishedName=CN=Lucoiso
Homepage="https://github.com/lucoiso/UESpeechGPT"
CopyrightNotice=
SupportContact=contatolukevboas@gmail.com
ProjectVersion=1.2.0
ProjectVersion=1.2.1

4 changes: 3 additions & 1 deletion Config/DefaultPlugins.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@


[/Script/AzSpeech.AzSpeechSettings]
DefaultOptions=(SubscriptionKey="",RegionID="",bUsePrivateEndpoint=False,PrivateEndpoint="",LanguageID="pt-BR",VoiceName="pt-BR-BrendaNeural",ProfanityFilter=Raw,AutoCandidateLanguages=("pt-BR","es-ES","en-US","de-DE","fr-FR","el-GR","it-IT","ja-JP","ko-KR","zh-CN"),bEnableViseme=True,SpeechSynthesisOutputFormat=Riff16Khz16BitMonoPcm,SpeechRecognitionOutputFormat=Detailed)
DefaultOptions=(SubscriptionKey="",RegionID="brazilsouth",bUsePrivateEndpoint=False,PrivateEndpoint="",LanguageID="pt-BR",VoiceName="pt-BR-BrendaNeural",ProfanityFilter=Raw,AutoCandidateLanguages=("pt-BR","es-ES","en-US","de-DE","fr-FR","el-GR","it-IT","ja-JP","ko-KR","zh-CN"),bEnableViseme=True,SpeechSynthesisOutputFormat=Riff16Khz16BitMonoPcm,SpeechRecognitionOutputFormat=Detailed)

[/Script/HttpGPT.HttpGPTSettings]
DefaultOptions=(APIKey="",Model=gpt35turbo,Temperature=1.000000,TopP=1.000000,Choices=1,bStream=True,Stop=,PresencePenalty=0.000000,FrequencyPenalty=0.000000,MaxTokens=2048,LogitBias=(),User="Lucoiso")
bEnableInternalLogs=False

4 changes: 2 additions & 2 deletions Content/Main/Blueprints/WBP_AzSpeech_Settings.uasset
Git LFS file not shown
4 changes: 2 additions & 2 deletions Content/Main/Blueprints/WBP_HttpGPT_Settings.uasset
Git LFS file not shown

0 comments on commit e15f0db

Please sign in to comment.