Skip to content

Commit 676e18d

Browse files
committed
test: Test chatbot history size
1 parent 73085f1 commit 676e18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Home/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const HeroSection = (): JSX.Element => {
8282
'X-API-KEY': import.meta.env.VITE_RAG_QUERY_API_KEY,
8383
},
8484
}),
85-
historySize: 20,
85+
historySize: 5,
8686
outputType: 'character',
8787
},
8888
renderMarkdown: ['BOT'],

0 commit comments

Comments
 (0)