You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@michaelchia Yes, agreed. We set that limit earlier in 0.x because a lot of users were running into token limit issues. We're working on two different tasks in parallel:
A more robust configuration system
A better strategy for tracking token usage and limiting prompt size
I will make your issue a priority for when I implement the configuration system.
This issue was fixed long ago, but we forgot to close this issue. Users can now use --AiExtension.default_max_chat_history=... to set the number of historical messages passed to the chat model. 🎉
Problem
Chat conversation memory window of 2 is a bit small especially as people are used to long memories from their experiences with ChatGPT.
Proposed Solution
k
param in the ConversationBufferWindowMemory of the DefaultChatHandler configurable.Additional context
The text was updated successfully, but these errors were encountered: