Skip to content

Commit d982aa1

Browse files
committed
rename LLMManagerPath to json
1 parent 836053e commit d982aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/LLMUnitySetup.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public class LLMUnitySetup
9898
/// <summary> Temporary dir for build </summary>
9999
public static string BuildTempDir = Path.Combine(Application.temporaryCachePath, "LLMUnityBuild");
100100
/// <summary> Path of file with build information for runtime </summary>
101-
public static string LLMManagerPath = GetAssetPath("LLMManager.bin");
101+
public static string LLMManagerPath = GetAssetPath("LLMManager.json");
102102

103103
/// <summary> Default models for download </summary>
104104
[HideInInspector] public static readonly (string, string, string)[] modelOptions = new(string, string, string)[]

0 commit comments

Comments
 (0)