使用Python-flask,调用OpenAI-ChatGPT官方API,将ChatGPT封装为http服务 1. 环境安装:Python==3.8;依赖库,requirements.txt 2. 配置 api-key:在 config.json 中配置 3. 启动 chatgpt服务:运行 server.py