Skip to content

Commit

Permalink
turn experimental stuff off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke100000 committed Aug 12, 2024
1 parent d9350c7 commit 09de924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/src/main/java/net/mca/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ public static Config getInstance() {
public String villagerChatAIToken = "";
public String villagerChatAIModel = "default";
public String villagerChatAISystemPrompt = "";
public boolean villagerChatAIUseLongTermMemory = true;
public boolean villagerChatAIUseSharedLongTermMemory = true;
public boolean villagerChatAIUseLongTermMemory = false;
public boolean villagerChatAIUseSharedLongTermMemory = false;
public boolean villagerChatAIIncludeSessionInformation = false;

public String inworldAIToken = "";
Expand Down

0 comments on commit 09de924

Please sign in to comment.