Ruu3f / freeGPT

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

gpt3 not working #26

Open herowarriors0 opened 3 months ago

herowarriors0 commented 3 months ago

I use the gpt3 model, and about a week ago it started to act strangely. This is my code:

from freeGPT import Client as Client2

response = await asyncio.to_thread(Client2.create_completion, "gpt3", prompt)

I get this output:

📢 通知
接上级主管部门通知,网站:[https://c2.binjie.fun](https://c2.binjie.fun) 已于2023年10月24日晚上18:00前完全下架AI聊天对话功能。后续上线工作需等待网信办工作人员审核和评估,敬请谅解。
🔗 用户可前往 https://chat18.aichatos8.com/ 继续使用(这个能用的网站10月24号即明天中午12点后不再显示,可立即收藏)
🔗 本网站无任何微信公众号 qq群等其他平台社群, 望用户能及时收藏本站, 获得最新消息请关注网站新聊天页面的公告!!!

This translates to:

📢 Notice
According to the notice from the superior competent department, the website: [https://c2.binjie.fun](https://c2.binjie.fun) has completely removed the AI ​​chat function before 18:00 on October 24, 2023. The subsequent online work needs to wait for the review and evaluation of the staff of the Cyberspace Administration of China, please understand.
🔗 Users can go to https://chat18.aichatos8.com/ to continue using it (this usable website will no longer be displayed after 12 noon on October 24, and can be bookmarked immediately)
🔗 This website does not have any WeChat public account, QQ group or other platform communities. I hope users can bookmark this site in time. Please pay attention to the announcement of the new chat page on the website to get the latest news!!!
AmberDaCutie commented 1 month ago

change the origin site link to https://chat9.yqcloud.top/

it worked for me

JumpIn-Git commented 1 month ago

change the origin site link to https://chat9.yqcloud.top/

it worked for me

and how do i do that? i found the origin link but idk how to install these files using pip edit: nevermid, clone this repo, change the files in the Client folder and run pip install . in the main dir with setup.py (only works with gpt3)