gpt4free-ts icon indicating copy to clipboard operation
gpt4free-ts copied to clipboard

Error: forefront create account failed

Open Jayajy opened this issue 1 year ago • 10 comments

I didn't use Docker to package the project. I ran Yarn Start locally and reported an error when using the following command: curl " http://127.0.0.1:3000/ask?prompt=hello&model=forefront&gptmodel=gpt -4&resignup=1" I am not very familiar with typescript language and cannot debug any errors. Can you provide me with some help? Thank you! The error message is as follows: yarn run v1.22.19 $ ts-node index.ts Now listening: 127.0.0.1:3000 Error: forefront create account failed at Forefront.<anonymous> (/home/gpt4free-ts-master/model/forefront/index.ts:230:19) at Generator.next (<anonymous>) at fulfilled (/home/gpt4free-ts-master/model/forefront/index.ts:5:58)

Jayajy avatar May 08 '23 10:05 Jayajy