GodMode
GodMode copied to clipboard
Rewrite providers from singletons towards self contained instances, Multiple Windows to be self contained as well
how about providing two login interfaces to log in to two accounts simultaneously, using chatgpt3.5 and chatgpt4, respectively?
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 :)