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

Running configure looses all settings and overwrites old config loosing some settings. #377

Closed
agiletechnologist opened this issue Nov 8, 2023 · 1 comment
Assignees
Milestone

Comments

@agiletechnologist
Copy link
Contributor

Describe the bug
Running memgpt configure to reconfigure loses previous settings. This should read the previous config if exists and set those options as default selected options or values for prompts. Reconfiguring options are 1 or 2 changes. for example persona or human may need to be changed.

To Reproduce
Steps to reproduce the behavior:

  1. Run memgpt configure
  2. configure a custom human
  3. Run memgpt configure again
  4. See that all saved configurations selected are lost or must be set again.

Expected behavior
Should have the default options set to saved configuration if configuration file exists.


How did you install MemGPT?

  • From the official package? pip install pymemgpt
  • From source?
  • With git clone [email protected]:cpacker/MemGPT.git and pip install -r requirements.txt?

Your setup (please complete the following information)

  • Your OS: Windows
  • Where you're trying to run MemGPT from
    • Terminal & PowerShell & cmd.exe
  • Your python version (run python --version) Python 3.11.6
  • If you installed with pip install pymemgpt:
  • pymemgpt version (run pip list | grep pymemgpt) pymemgpt 0.1.18
  • If you installed from source:
    • Your current git commit (run git describe --tags) 0.1.15-90-g7d6aa40
@sarahwooders
Copy link
Collaborator

Add in #389

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

No branches or pull requests

2 participants