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 9931a9e commit 43f0729Copy full SHA for 43f0729
1 file changed
Runtime/LLM.cs
@@ -54,7 +54,7 @@ public class LLM : MonoBehaviour
54
55
/// <summary>Number of prompts that can be processed in parallel (-1 = auto-detect from clients)</summary>
56
[Tooltip("Number of prompts that can be processed in parallel (-1 = auto-detect from clients)")]
57
- [LLM, SerializeField] private int _parallelPrompts = -1;
+ [LLM, SerializeField] private int _parallelPrompts = 1;
58
59
/// <summary>Size of the prompt context in tokens (0 = use model's default context size)</summary>
60
[Tooltip("Size of the prompt context in tokens (0 = use model's default context size)")]
0 commit comments