feat: Implement direct typing for the Terminal skill with a new default delay for text injection.
This commit is contained in:
@@ -45,5 +45,6 @@ public static class Constants
|
||||
{
|
||||
public const string LlmModel = "openai/gpt-oss-20b";
|
||||
public const string WhisperModel = "whisper-large-v3-turbo";
|
||||
public const int DefaultTypeDelayMs = 2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user