swordintent / chatgpt-web-api

A Java Version ChatGPT SDK
MIT License
39 stars 12 forks source link

why input python3 server.py my cmd have no response #5

Open jack52896 opened 1 year ago

liuhe36 commented 1 year ago

try netstat -anop|grep 5000 , see is the server started?

seanhuangjf commented 1 year ago

try “python server.py”

jack52896 commented 1 year ago

thank you. the problem was sloved