ChristopheZhao / ChaGPT-API-Call

Python calls ChatGPT API, multi-turn dialogue support
112 stars 38 forks source link

大佬,本地启动,页面提交好像没反应啊 #4

Open sunyuanpeng opened 1 year ago

guanyuwl commented 1 year ago

WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.

ChristopheZhao commented 1 year ago

@guanyuwl Sorry, the previous method of loading html was not very standardized. Now I have re-modified the method of loading html, please pull the new code. Now start the flask service to automatically load html, and enter the address in the browser to access it.

ChristopheZhao commented 1 year ago

@sunyuanpeng hi, you can try to run this command "python test.py" on the command line first to ensure that your current network environment can access openai normally, sometimes the speed is relatively slow, and it takes a few seconds for a reply.