# bot-gpt-proxy **Repository Path**: tans/bot-gpt-proxy ## Basic Information - **Project Name**: bot-gpt-proxy - **Description**: test test test - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-06 - **Last Updated**: 2023-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 实现按照 会话切换不同的接口. 安装方法 请确认服务器已安装 git 和 node.js 1. 下载代码 `git checkout https://gitee.com/tans/bot-gpt-proxy.git` 2. 安装依赖 `npm install` 3. 运行程序 `node index.js` 配置会话模型 创建 csv 文件 `vim ./config.csv` 格式如下: | 会话 id | 模型 id | |---|---| | | | http://localhost:23061/reload 访问该接口可以刷新配置 http://ip:23061/chat 把地址配置到机器人 gpt 管理界面中的 proxy 配置中即可.