# chatGPT-serveice **Repository Path**: zhao-qihuihui/chat-gpt-serveice ## Basic Information - **Project Name**: chatGPT-serveice - **Description**: use chatGPT as a service - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-02-08 - **Last Updated**: 2023-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nlp ## README # chatGPT-serveice #### 介绍 use chatGPT as a service #### 软件架构 软件架构说明 #### 安装教程 1. anaconda 2. pip install -r requirements.txt #### 使用说明 1. python server.py, means you have started the service 2. visit this port: http://127.0.0.1:5000/add by requests 3. you will get the response from chatGPT #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request