diff options
| author | yum <yum.food.vr@gmail.com> | 2024-11-16 16:02:06 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-11-16 16:02:06 -0800 |
| commit | f3782c200c9a2ec2b77708da67b4127a38465ad1 (patch) | |
| tree | 660c8b2262cb46a1fea1a3bf95701163fd096449 | |
| parent | 953c03d21d6ef75d115a25ff83e2e3a706b685a6 (diff) | |
App sends text to built-in chatbox by defaultv0.21.0
This is overwhelmingly more common than custom chatbox.
| -rw-r--r-- | GUI/GUI/GUI/Config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GUI/GUI/GUI/Config.cpp b/GUI/GUI/GUI/Config.cpp index 2bf8750..948b1af 100644 --- a/GUI/GUI/GUI/Config.cpp +++ b/GUI/GUI/GUI/Config.cpp @@ -78,7 +78,7 @@ AppConfig::AppConfig(wxTextCtrl* out) commit_fuzz_threshold(4),
use_cpu(false),
use_flash_attention(false),
- use_builtin(false),
+ use_builtin(true),
enable_uwu_filter(false),
remove_trailing_period(false),
enable_uppercase_filter(false),
|
