-
I made a project that uses this package. Usually I host things on Render, but I'm not sure if the Cloudflare startup stuff that uses Selenium would work on there. Does anyone have a good solution for this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
You can try https://github.com/acheong08/ChatGPT-lite but the back end is not open source. I am working on an open source version of that. |
Beta Was this translation helpful? Give feedback.
-
If you wanted to implement this yourself, you could try Xvfb and its python wrappers (look on pypi) |
Beta Was this translation helpful? Give feedback.
-
Working on it: https://github.com/acheong08/ChatGPT/blob/main/src/revChatGPT/GPTserver.py |
Beta Was this translation helpful? Give feedback.
You can try https://github.com/acheong08/ChatGPT-lite but the back end is not open source. I am working on an open source version of that.