Skip to content

Commit ee8da37

Browse files
committed
use filepath instead of filename
1 parent e8b79f9 commit ee8da37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/LLMInterface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public struct SlotRequest
9696
{
9797
public int id_slot;
9898
public string action;
99-
public string filename;
99+
public string filepath;
100100
}
101101

102102
[Serializable]

0 commit comments

Comments
 (0)