Ruu3f / freeGPT

freeGPT provides free access to text and image generation models.
GNU General Public License v3.0
457 stars 55 forks source link

requirements.txt #22

Closed janiosarmento closed 6 months ago

janiosarmento commented 7 months ago

I'm trying to install this on a Raspberry Pi, but it won't run because of:

ModuleNotFoundError: No module named 'curl_cffi'

What about adding a requirements.txt to the repo?

Thanks!

Ruu3f commented 6 months ago

I don't know much about Raspberry Pi, but it should install these before installing the package itself: image

janiosarmento commented 6 months ago

I made it run by manually installing the packages.

Ruu3f commented 6 months ago

👍