mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-11 21:31:04 +00:00
fix: disable checkForNewScreenshots by default
This commit is contained in:
parent
be906971db
commit
36cb730db4
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ public class ConfigurationState {
|
|||
private int maxTokens = 1000;
|
||||
private double temperature = 0.1;
|
||||
private boolean checkForPluginUpdates = true;
|
||||
private boolean checkForNewScreenshots = true;
|
||||
private boolean checkForNewScreenshots = false;
|
||||
private boolean createNewChatOnEachAction;
|
||||
private boolean ignoreGitCommitTokenLimit;
|
||||
private boolean methodNameGenerationEnabled = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue