GodMode icon indicating copy to clipboard operation
GodMode copied to clipboard

Rewrite providers from singletons towards self contained instances, Multiple Windows to be self contained as well

Open shawnl111 opened this issue 1 year ago • 1 comments

how about providing two login interfaces to log in to two accounts simultaneously, using chatgpt3.5 and chatgpt4, respectively?

shawnl111 avatar Aug 23 '23 15:08 shawnl111

yep we thought about it! past attempt here https://github.com/smol-ai/GodMode/pull/70

right now each provider is implemented as a singleton (hence we do the lookup for element id) and we'd need to rewrite the providers to do this properly. its not impossible, just mildly annoying to rewrite. if you're up for the challenge, i'd happily take a PR :)

swyxio avatar Aug 23 '23 17:08 swyxio