Lower default context size to 3 (#233)

This commit is contained in:
Will Chen
2025-05-22 21:47:22 -07:00
committed by GitHub
parent e119a670ec
commit 9d046834d7
2 changed files with 8 additions and 3 deletions

View File

@@ -1 +1 @@
export const MAX_CHAT_TURNS_IN_CONTEXT = 5;
export const MAX_CHAT_TURNS_IN_CONTEXT = 3;