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

Memory behaving in unexpected ways #9

Closed
emcf opened this issue Apr 5, 2023 · 1 comment
Closed

Memory behaving in unexpected ways #9

emcf opened this issue Apr 5, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@emcf
Copy link
Owner

emcf commented Apr 5, 2023

Happens to me with "make a text file", then "put a poem in it --llm --showcode".
I would expect the poem to be in the text file, but the generated code creates a new text file rather than paying attention to the previous response.

@emcf emcf added the bug Something isn't working label Apr 5, 2023
@cschladetsch
Copy link

The system here uses a new client for each request, so there can be no memory from one to the next.

This is a limitation that is readily avoided. I'll do some tests.

@emcf emcf closed this as completed Apr 28, 2023
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

2 participants