# chatbot **Repository Path**: DDDDG/chatbot ## Basic Information - **Project Name**: chatbot - **Description**: 框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: demo - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-03-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README linux 机器人接口启动方式 位置:/usr/src/chatbot 通过Gunicorn启动:gunicorn -b 0.0.0.0:8000 interface:app -t 120 & 结束Gunicorn进程:https://www.cnblogs.com/lowenve/p/8920489.html 语音接口启动 位置:/usr/src/Recorder 通过Gunicorn启动:gunicorn -b 0.0.0.0:7000 Recorder:app & 结束Gunicorn进程:https://www.cnblogs.com/lowenve/p/8920489.html lsof -i:8000