Browse Source

Change Azure Search QueryType, Added more STT Special Words,

master
Tillman Staffen 1 month ago
parent
commit
512308c073
  1. 2
      Unreal/Config/DefaultGame.ini
  2. BIN
      Unreal/Content/SPIE/BP/Base/BP_SerialCom_v4_UE510_SPIE.uasset
  3. BIN
      Unreal/Content/SPIE/BP/Commands/UEC_AzureAISearch.uasset
  4. BIN
      Unreal/Content/SPIE/BP/Mode/DA_Mode_SPIE_SpieInnovationDay.uasset
  5. BIN
      Unreal/Content/SPIE/Font/DT_RichTextStyles.uasset
  6. 6
      Unreal/Content/Schema/Spie_Config.schema.json
  7. 26
      Unreal/Content/Schema/SystemInstructions/Avatar_SPIE_Avatar_Instructions.schema.json
  8. 2
      Unreal/Content/Schema/SystemInstructions/Mode_DA_Mode_SPIE_SpieInnovationDay_Instructions.schema.json
  9. BIN
      Unreal/Plugins/AvatarCore_Manager/Content/StateManagement/BP_StateManager.uasset

2
Unreal/Config/DefaultGame.ini

@ -6,7 +6,7 @@ CommonButtonAcceptKeyHandling=TriggerClick
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=4B0928DF4291E6F7F4F0D2BD9F00EF29
ProjectName=SPIE Avatar
ProjectVersion=0.1.2
ProjectVersion=0.1.3
[/Script/UnrealEd.ProjectPackagingSettings]
Build=IfProjectHasCode

BIN
Unreal/Content/SPIE/BP/Base/BP_SerialCom_v4_UE510_SPIE.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/SPIE/BP/Commands/UEC_AzureAISearch.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/SPIE/BP/Mode/DA_Mode_SPIE_SpieInnovationDay.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/SPIE/Font/DT_RichTextStyles.uasset (Stored with Git LFS)

Binary file not shown.

6
Unreal/Content/Schema/Spie_Config.schema.json

@ -658,7 +658,11 @@
}
],
"STTSpecialWords": [
"SPIE"
"SPIE",
"Innovation Day",
"Keynote",
"Clarissa Hack",
"Jérôme Morisson"
],
"PTTPostRollTime": 0.40000000596046448,
"FreespeechPostRollTime": 0.5,

26
Unreal/Content/Schema/SystemInstructions/Avatar_SPIE_Avatar_Instructions.schema.json

@ -5,6 +5,18 @@
"SystemInstructions":
{
"type": "array",
"itemsType": "struct",
"itemsFields":
{
"Name":
{
"type": "string"
},
"Instruction":
{
"type": "string"
}
},
"default": [
{
"Name": "Name",
@ -22,19 +34,7 @@
"Name": "Clothing Description",
"Instruction": "She is wearing a white polo shirt with the SPIE logo on the left side of the chest. The shirt has a collar and a few buttons at the neck. She is wearing a brown leather belt and a blue jeans. She wears light gray safety shoes with black shoe laces."
}
],
"itemsType": "struct",
"itemsFields":
{
"Name":
{
"type": "string"
},
"Instruction":
{
"type": "string"
}
}
]
}
},
{

2
Unreal/Content/Schema/SystemInstructions/Mode_DA_Mode_SPIE_SpieInnovationDay_Instructions.schema.json

@ -44,7 +44,7 @@
},
{
"Name": "Database",
"Instruction": "For all questions related to SPIE, the Innovation Day, projects, technologies, or company initiatives, retrieve information from the internal database. Use the database as the primary source of information."
"Instruction": "For ALL questions related to SPIE, the Innovation Day, projects, technologies, or company initiatives, retrieve information from the internal database. Use the database as the primary source of information."
},
{
"Name": "Maintaining Focus",

BIN
Unreal/Plugins/AvatarCore_Manager/Content/StateManagement/BP_StateManager.uasset (Stored with Git LFS)

Binary file not shown.
Loading…
Cancel
Save