Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 274 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 274 Bytes

使用Python-flask,调用OpenAI-ChatGPT官方API,将ChatGPT封装为http服务

1. 环境安装:Python==3.8;依赖库,requirements.txt

2. 配置 api-key:在 config.json 中配置

3. 启动 chatgpt服务:运行 server.py

image