We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b04fc commit 1548d93Copy full SHA for 1548d93
1 file changed
Runtime/LLMCaller.cs
@@ -36,7 +36,7 @@ public LLM llm
36
[Tooltip("host of the remote LLM server")]
37
[Remote] public string host = "localhost";
38
/// <summary> port of the remote LLM server </summary>
39
- [Tooltip("port of the remote LLM server; use '0' to omit specifying a port (http/https)")]
+ [Tooltip("port of the remote LLM server")]
40
[Remote] public int port = 13333;
41
/// <summary> number of retries to use for the remote LLM server requests (-1 = infinite) </summary>
42
[Tooltip("number of retries to use for the remote LLM server requests (-1 = infinite)")]
0 commit comments