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

Error about mem.gpt #5

Open
Obercasa13 opened this issue Nov 4, 2023 · 2 comments
Open

Error about mem.gpt #5

Obercasa13 opened this issue Nov 4, 2023 · 2 comments

Comments

@Obercasa13
Copy link

i got an error about mem.gpt_agent. Any ideas?:

/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/memgpt/autogen/memgpt_agent.py:212: RuntimeWarning: coroutine 'AgentAsync.step' was never awaited
(

@PromptEngineer48
Copy link
Owner

Edit the memgpt_aget.py and define the generate_reply_for_user_message method to be async. I.e. "async def generate_reply_for_user_message....".

This will fix this error.

@Obercasa13
Copy link
Author

Thx a lot :) alreadty tried it but i think a mixed up the pathes. ideas to avoid that?

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