Skip to content

Commit

Permalink
Merge pull request #2 from adammikulis/0.2-dev
Browse files Browse the repository at this point in the history
Configuration and 3D Chat Example update
  • Loading branch information
adammikulis authored May 11, 2024
2 parents 4fc0a70 + 4dc5031 commit bc66595
Show file tree
Hide file tree
Showing 23 changed files with 1,037 additions and 5,687 deletions.
10 changes: 5 additions & 5 deletions MindGame.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Godot.NET.Sdk/4.3.0-dev.5">
<Project Sdk="Godot.NET.Sdk/4.3.0-dev.6">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<RootNamespace>MindGame</RootNamespace>
<Title>MindGame</Title>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<RootNamespace>MindGame</RootNamespace>
<Title>MindGame</Title>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LLamaSharp" Version="0.11.2" />
<PackageReference Include="LLamaSharp.Backend.Cuda12" Version="0.11.2" />
</ItemGroup>
<ItemGroup>
<TrimmerRootAssembly Include="GodotSharp" />
<TrimmerRootAssembly Include="GodotSharp" />
<TrimmerRootAssembly Include="$(TargetName)" />
</ItemGroup>
</Project>
12 changes: 0 additions & 12 deletions MindGame.csproj.old

This file was deleted.

4 changes: 4 additions & 0 deletions addons/mind_game/assets/themes/background_panel_theme.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[gd_resource type="StyleBoxFlat" format=3 uid="uid://di4hk4lax1dfs"]

[resource]
bg_color = Color(0.308777, 0.403237, 0.472183, 1)
505 changes: 0 additions & 505 deletions addons/mind_game/controllers/MindManagerController.tscn

This file was deleted.

53 changes: 0 additions & 53 deletions addons/mind_game/controllers/SingleAgentChatController.tscn

This file was deleted.

3 changes: 3 additions & 0 deletions addons/mind_game/custom_resources/InferenceParams.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[gd_resource type="Resource" format=3 uid="uid://d0ggtjh73a3ko"]

[resource]
Binary file removed addons/mind_game/libs/LLamaSharp.dll
Binary file not shown.
Loading

0 comments on commit bc66595

Please sign in to comment.