Skip to content

Commit

Permalink
test push
Browse files Browse the repository at this point in the history
  • Loading branch information
lhpqaq committed Sep 13, 2024
1 parent bf67765 commit 7d54a84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public abstract class AbstractAIAssistant implements AIAssistant {
private final Object assistantId;
private final ChatMemory chatMemory;

protected static final Integer MEMORY_LEN = 10;
protected static final Integer MEMORY_LEN = 11;

public AbstractAIAssistant(
ChatLanguageModel chatLanguageModel,
Expand Down

0 comments on commit 7d54a84

Please sign in to comment.