engshell icon indicating copy to clipboard operation
engshell copied to clipboard

Memory behaving in unexpected ways

Open emcf opened this issue 1 year ago • 1 comments

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 avatar Apr 05 '23 20:04 emcf

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.

cschladetsch avatar Apr 06 '23 13:04 cschladetsch