Skip to content

Commit c6c6e0a

Browse files
authored
update the tooltip
1 parent a0f4ca1 commit c6c6e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Runtime/LLMCaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public LLM llm
3636
[Tooltip("host of the remote LLM server")]
3737
[Remote] public string host = "localhost";
3838
/// <summary> port of the remote LLM server </summary>
39-
[Tooltip("port of the remote LLM server")]
39+
[Tooltip("port of the remote LLM server; use '0' to omit specifying a port (http/https)")]
4040
[Remote] public int port = 13333;
4141
/// <summary> number of retries to use for the remote LLM server requests (-1 = infinite) </summary>
4242
[Tooltip("number of retries to use for the remote LLM server requests (-1 = infinite)")]

0 commit comments

Comments
 (0)