letta-ai / letta

Letta (formerly MemGPT) is a framework for creating LLM services with memory.
https://letta.com
Apache License 2.0
12.9k stars 1.41k forks source link

feat: move docker run command to use port 8283 #1949

Closed sarahwooders closed 3 weeks ago

sarahwooders commented 3 weeks ago

You can now spin up letta with

> docker run lettaai/letta:latest

Starting MEMGPT server...
Initializing database...
uvicorn.error - INFO - Started server process [8]
uvicorn.error - INFO - Waiting for application startup.
/app/.venv/lib/python3.12/site-packages/pydantic/json_schema.py:2191: PydanticJsonSchemaWarning: Default value <property object at 0xffff886c54e0> is not JSON serializable; excluding default from JSON schema [non-serializable-default]
  warnings.warn(message, PydanticJsonSchemaWarning)
uvicorn.error - INFO - Application startup complete.
uvicorn.error - INFO - Uvicorn running on http://0.0.0.0:8283 (Press CTRL+C to quit)