Skip to content

0.3.11

Compare
Choose a tag to compare
@cpacker cpacker released this 19 Apr 03:48
· 349 commits to main since this release
aeb4a94

🚰 We now support streaming in the CLI when using OpenAI (+ OpenAI proxy) endpoints! You can turn on streaming mode with memgpt run --stream

screencast

What's Changed

  • fix: remove default persona/human from memgpt configure and add functionality for modifying humans/presets more clearly by @sarahwooders in #1253
  • fix: update ChatCompletionResponse to make model field optional by @sarahwooders in #1258
  • fix: Fixed NameError: name 'attach' is not defined by @taddeusb90 in #1255
  • fix: push/pull container from memgpt/memgpt-server:latest by @sarahwooders in #1267
  • fix: remove message UTC validation temporarily to fix dev portal + add -d flag to docker compose up for tests by @sarahwooders in #1268
  • chore: bump version by @sarahwooders in #1269
  • feat: add streaming support for OpenAI-compatible endpoints by @cpacker in #1262

New Contributors

Full Changelog: 0.3.10...0.3.11