# Gpt-server **Repository Path**: handsomepj/gpt-server ## Basic Information - **Project Name**: Gpt-server - **Description**: 简单的ChatGPT问答后端 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-20 - **Last Updated**: 2023-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AutoKG系统后端服务 >该服务提供ChatGPT问答功能 ### 后端依赖库安装 ``` pip install -r requirements.txt ``` ### 后端服务运行 ``` python gpt-server.py ```