Charles Packer
Charles Packer
@mlaprise another option is to try forking https://github.com/saharmor/dalle-playground for use with Stable Diffusion
Thanks for patching @akristoffersen! Not sure if this is WIP, but there are a few more missing field conversions that happen that in instant-ngp that don't happen in the latest...
Reopening based on the above comment, feel free to close if this isn't a planned feature.
`pacjam`
Could potentially be fixed by #1257
https://github.com/cpacker/MemGPT/issues/1533
@norton120 to summarize what would the general MemGPT API request flow look like for users? The initial "TODO" scaffolded auth was meant to allow running a service that has auth...
@norton120 that makes sense to me, thanks for replying in such detail! Re: the pub-sub flow part (somewhat orthogonal to the whole jwt / bearer token thing) - how does...
Gotcha @Kodmod we didn't realize there were issues with running offline, just that there were unknown network calls being made by some dependencies (realizing now on re-read that's what you...
- We should have a flag that controls logging (can be a similar control scheme to the `DEBUG` flag in utils.py) - In utils.py, if we are logging (`LOG_TO_FILE ==...