Gannon Hall
Gannon Hall
I've got a pretty decent solution for this on my fork. https://github.com/gannonh/Auto-GPT - Always saves settings to a unique file in a` history` directory - Gives you the option at...
Screen recording of the feature. [New Recording - 4/7/2023, 7:34:43 PM](https://vimeo.com/815785569/2109884fec)
Went ahead and did a PR for this if interested: https://github.com/Torantulino/Auto-GPT/pull/453
Anyone figure this out? Doesn't seem to break anything but don't want to go into production before resolving.
Ok, I figured it out. Need to do some webpack config. I'm using nextjs so added the webpack entry to next.config.js /** @type {import('next').NextConfig} */ module.exports = { reactStrictMode: true,...