cpacker / MemGPT

Letta (fka MemGPT) is a framework for creating stateful LLM services.
https://letta.com
Apache License 2.0
11.85k stars 1.29k forks source link

Docker build inconsistencies? #1448

Closed jadechip closed 3 months ago

jadechip commented 3 months ago

If I run the server using the source code, with pip install . -e, or build the docker image and launch that with docker compose, there seems to be some inconsistencies, for instance the agent doesn't output an "assistant_message", just the "internal_monolouge": [{'internal_monologue': "I hear you, Jim. What's been going on in your life lately? Anything specific you'd like to talk about?", 'id': 'a566b97c-7e1d-491b-9a4a-a663a4bfbf68', 'date': '2024-06-13T20:33:06.563642+00:00'}] However if I opt to use the prebuilt docker image and compose.yaml instead of dev-compose.yaml it works without any issues.

jadechip commented 3 months ago

Inconsistencies likely due to using gpt-4o