Skip to content

Commit

Permalink
rename LLMManagerPath to json
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Aug 1, 2024
1 parent 836053e commit d982aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/LLMUnitySetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class LLMUnitySetup
/// <summary> Temporary dir for build </summary>
public static string BuildTempDir = Path.Combine(Application.temporaryCachePath, "LLMUnityBuild");
/// <summary> Path of file with build information for runtime </summary>
public static string LLMManagerPath = GetAssetPath("LLMManager.bin");
public static string LLMManagerPath = GetAssetPath("LLMManager.json");

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

0 comments on commit d982aa1

Please sign in to comment.