Ethan Knox

Results 14 comments of Ethan Knox

Looks like this is still an issue? My workaround has been to wrap the whole thing in a context manager that clears out the config.json first, then does the work,...

If there are some contribution docs I missed feel free to point me in that direction - I def want to make sure I set this up right, really appreciate...

hey @nnseva any feelings about this PR? I am using a fork for now but I'd love to get back on the mainline, let me know if I am missing...

> Hi! It's a good proposal, would you like to allow to choose a custom encoder while the widget construction? use the init method like the jsonschema does, and pass...

@cpacker thanks! My thought was to have 2 valid auth flows - one with the API key as the Auth header (so pretty much a drop-in for OpenAI the way...

The more I think about it, the more I think websockets or SSE support is probably all that's needed for now; my original line of thought was that an application...

bah 🤦🏻 I clobbered the in-GH changes while rebasing main. grr. I'll have to pick them back first and then can fix per the last open comments

Sorry these last fixes took so long I missed the notifications. Updated!

> Thanks @norton120 I think this is a great addition to the docs 🙌 I left some small suggestions, let me know what you think of it 👍 @Fokko sorry,...

this might be a good opportunity to migrate to `pydantic_settings` across the codebase, it was set up as part of some earlier containerization work [here](https://github.com/cpacker/MemGPT/blob/main/memgpt/settings.py). Configs in the `Settings` class...