Skip to content

0.3.12

Compare
Choose a tag to compare
@sarahwooders sarahwooders released this 23 Apr 04:42
· 485 commits to main since this release
274596c

🐳 Cleaned up workflow for creating a MemGPT service with docker compose up:

  • Reverse proxy added so you can open the dev portal at http://memgpt.localhost
  • Docker development with docker compose -f dev-compose.yaml up --build (built from local code)
  • Postgres data mounted to .pgdata folder
  • OpenAI keys passed to server via environment variables (in compose.yaml)

🪲 Bugfixes for Groq API and server

What's Changed

New Contributors

Full Changelog: 0.3.11...0.3.12