slurpojoe bolts on a cheaper AI engine and a way around OpenAI's meter
This fork adds a fourth AI model option and a trick to run OpenAI calls off an existing ChatGPT login instead of a paid API key.
slurpojoe is chasing two things at once: lower inference costs and a way to stop paying OpenAI per call. The first move is clean and low-risk - it adds DeepSeek, a lower-cost AI model maker, as a fourth engine option alongside the existing providers, complete with streaming, tool use, and a tested wiring job. If you just want a cheaper model on the menu, this part is easy to lift.
The second move is the spicy one. Instead of a paid OpenAI API key, the fork quietly reuses a local ChatGPT/Codex desktop login to authorize calls, refreshing the token in the background. Clever, but worth a hard look before anyone copies it: it leans on a setup that may run against OpenAI's terms of service, could break if OpenAI changes anything, and only works for a single self-hosted instance, not a multi-user product.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?