refactor: modularize text injection with a factory and dedicated backend implementations, including a new Wayland clipboard option.
This commit is contained in:
@@ -42,6 +42,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;
|
||||
public const int DefaultTypeDelayMs = 5;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user