theAbdoSabbagh / UnlimitedGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
https://pypi.org/project/UnlimitedGPT/
GNU General Public License v3.0
346 stars 43 forks source link

Hosting issue #23

Closed Ari6435 closed 1 year ago

Ari6435 commented 1 year ago

How can host it on heroku or any othe vps server

theAbdoSabbagh commented 1 year ago

It shouldn't be hard. Include the library name in. the requirements.txt file in the server you're hosting your code in and run it. If the server uses a different way to install libraries on startup, you need to check their documentation.