Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Jan 22, 2024
1 parent cb6f526 commit 0b06fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/LLM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class LLM : LLMClient
[HideInInspector] public float modelCopyProgress = 1;
private static float binariesDone = 0;
private Process process;
public bool serverListening { get; private set} = false;
public bool serverListening { get; private set; } = false;
private ManualResetEvent serverBlock = new ManualResetEvent(false);
private static string GetAssetPath(string relPath = "")
{
Expand Down

0 comments on commit 0b06fdc

Please sign in to comment.