Skip to content

Commit

Permalink
turn on chat history counter by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gecsp committed Dec 25, 2024
1 parent 9a218d6 commit 787995a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const/settings/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const DEFAULT_AGENT_CHAT_CONFIG: LobeAgentChatConfig = {
displayMode: 'chat',
enableAutoCreateTopic: true,
enableCompressHistory: true,
enableHistoryCount: false,
enableHistoryCount: true,
historyCount: 20,
};

Expand Down

0 comments on commit 787995a

Please sign in to comment.