Ruu3f / freeGPT

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

why tls_cilent #13

Closed Mohamed01555 closed 1 year ago

Mohamed01555 commented 1 year ago

Do you think that both streamlit and hugging face restricted their servers not to scrap data from websites ? I think so because if the issue is in tls_client ,it will not work locally, but since it worked then the issue is in their servers What is your opinion?

Also when I converted my web app to executable file also it didn't fetch the response , I am astonishing regarding this? Any contribution will be appreciated.

The last one, why did you use tls_client not requests or aiohttp like in your gpt3 script?

Ruu3f commented 1 year ago

if requests or aiohttp worked, I would use them. It's not like I haven't tried switching to them before.

Ruu3f commented 1 year ago

Finally, I replaced tls-client with something else, curl-cffi in this case.