-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Simplify MemGPTConfig usage #944
Comments
The final config will look something like this: https://github.com/tombedor/MemGPT/blob/main/memgpt/config.py#L23
note that this will still enable overwriting of variables for tests etc |
I'm happy to make these changes and leave it at that, @cpacker / @sarahwooders I think converting to a yaml / rm'ing the Quickstart is another round of changes that could be left alone or tackled later (and that piece is more opinionated, not sure how you feel about that one). but the changes here will be user-invisible |
See discussion here: https://discord.com/channels/1161736243340640419/1171281929165881384/1201966373308485672
A medium size refactor in which:
The text was updated successfully, but these errors were encountered: