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

Agents should be model-agnostic #338

Closed
vivi opened this issue Nov 6, 2023 · 5 comments
Closed

Agents should be model-agnostic #338

vivi opened this issue Nov 6, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@vivi
Copy link
Contributor

vivi commented Nov 6, 2023

Agent was created with --model airoboros-l2-70b-2.1.

memgpt run --model dolphin-2.1-mistral-7b --agent agent_7
Using existing agent agent_7

ValueError: Cannot override agent_7 existing model airoboros-l2-70b-2.1 with dolphin-2.1-mistral-7b
@vivi vivi added the bug Something isn't working label Nov 6, 2023
@TheOnlyWiseJEDI
Copy link

btw, just fyi - when I try that command for an existing agent (agent_1) I get the following error; (I have not seen this one yet)

image
image

@TheOnlyWiseJEDI
Copy link

...as a matter of fact, just running "memgpt run --agent agent_1" alone serves that error so I suppose this is yet a different issue. I think I would have gotten the error related to specifying a model if this one hadn't occurred first.

@TheOnlyWiseJEDI
Copy link

I spoke too soon, I can't even start memgpt now that I have updated to 0.1.18a1

image

@vivi
Copy link
Contributor Author

vivi commented Nov 7, 2023

@TheOnlyWiseJEDI Could you show the rest of the stack trace? Feel free to dm @ vfang on discord or start a thread in #support.

@sarahwooders
Copy link
Collaborator

sarahwooders commented Nov 7, 2023

@TheOnlyWiseJEDI I think you can fix this by just removing the config rm ~/.memgpt/config and re-running memgpt configure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants