xiangsx / gpt4free-ts

Providing a free OpenAI GPT-4 API ! This is a replication project for the typescript version of xtekky/gpt4free
GNU General Public License v3.0
7.64k stars 1.34k forks source link

please wait init.....about 1 min #66

Open askfname opened 1 year ago

askfname commented 1 year ago

使用 Docker 部署后,输出日志:

> gpt4free-ts@0.0.1 start
> ts-node index.ts

Now listening: 127.0.0.1:3000

访问 http://127.0.0.1:3000/ask?prompt=hello&model=gpt4&site=forefront,输出

{"content":"","error":"please wait init.....about 1 min"}

没有继续输出任何日志信息,程序似乎没有继续运行?

samyogdhital commented 1 year ago

I am also getting the same error on forefront..

askfname commented 1 year ago

I am also getting the same error on forefront..

The author no longer open source forefront related code, please switch to other sites. You can get detailed information in the author's WeChat group.

ElvaWalton commented 1 year ago

The author no longer open source forefront related code, please switch to other sites. You can get detailed information in the author's WeChat group.

HamiltionSenior commented 1 year ago

The author no longer open source forefront related code, please switch to other sites. You can get detailed information in the author's WeChat group.

HamiltionSenior commented 1 year ago

I am also getting the same error on forefront..

LeonardBarton commented 1 year ago

I am also getting the same error on forefront..

GamerCodeZero commented 1 year ago

if you can not get any error logs by running with docker mode, you can try to start it though debug mode, cause some different failed conditions will cause it, maybe you will get time out error, install puppeteer failed or other issues.

xiangsx commented 1 year ago

使用 Docker 部署后,输出日志:

> gpt4free-ts@0.0.1 start
> ts-node index.ts

Now listening: 127.0.0.1:3000

访问 http://127.0.0.1:3000/ask?prompt=hello&model=gpt4&site=forefront,输出:

{"content":"","error":"please wait init.....about 1 min"}

没有继续输出任何日志信息,程序似乎没有继续运行?

试试其他模型哦