Charles Packer

Results 38 issues of Charles Packer

View README here: https://github.com/cpacker/MemGPT/tree/cpacker-patch-1

**Please describe the purpose of this pull request.** Is it to add a new feature? Is it to fix a bug? **How to test** How can we test your PR...

Feature branch adding multi-modal support (via @mlong93)

``` % letta run ? Would you like to select an existing agent? No 🧬 Creating new agent... ? Select LLM model: gpt-4 [type=openai] [ip=https://api.openai.com/v1] ? Select LLM context window...

## Adds tested TogetherAI support There are two ways to use TogetherAI: The obvious way is to override `OPENAI_API_KEY` and `OPENAI_BASE_URL` -> this will set up TogetherAI as an OpenAI...

Fix issues w/ autogenerated SDK workflow API changes: 1. Send message modified to only allow `List[MessageCreate]` instead of `Union[List[Message], List[MessageCreate]]` 2. Get messages modified to be a `Union` over special...

NOTE: blocked until we get `context window` values available via the LMStudio API [see discord thread](https://discord.com/channels/1110598183144399058/1294874780750581852) --- Updated for 0.3.5 beta, partially working but requests fail: ``` Exception: API call...