-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limiting Conversational history #1500
Conversation
@ManishMadan2882 is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1500 +/- ##
==========================================
+ Coverage 35.89% 35.90% +0.01%
==========================================
Files 68 68
Lines 3285 3275 -10
==========================================
- Hits 1179 1176 -3
+ Misses 2106 2099 -7 ☔ View full report in Codecov by Sentry. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
1. Trims the conversational history to the number of latest queries not more than finite number of tokens(default 500)
Prevents LLM from getting overloaded with large context of history.