Skip to content
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

Increase base memory limit from 2000 to 4000 #1731

Open
vivienneanthony opened this issue Sep 8, 2024 · 1 comment
Open

Increase base memory limit from 2000 to 4000 #1731

vivienneanthony opened this issue Sep 8, 2024 · 1 comment

Comments

@vivienneanthony
Copy link

Is your feature request related to a problem? Please describe.
I noticed this warning and wonder if I can change the base memory limit. Could that be increase through the cli?

memory.py:82: UserWarning: Loaded section persona exceeds character limit 2679 - increasing specified memory limit.
  warnings.warn(f"Loaded section {key} exceeds character limit {value['limit']} - increasing specified memory limit.")


Describe the solution you'd like
I would like to be able to set in a config settings file where you can change the base limit.

Describe alternatives you've considered
I noticed in the memory.py both limit: int = 2000 and ("limit", 2000) . Do I have to just change the values? Are there any other files that has a 2000 limit. I think 4000 is a better default.

Additional context
Add any other context or screenshots about the feature request here.

@ketchalegend
Copy link

Is this something that is already implemented?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To triage
Development

No branches or pull requests

2 participants