# simple-sse-back-end **Repository Path**: LiLinhua/simple-sse-back-end ## Basic Information - **Project Name**: simple-sse-back-end - **Description**: 基于 EggJS + 阿里云百炼大模型 的极简版 ChatGPT 聊天应用后端服务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-06 - **Last Updated**: 2024-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: eggjs, Nodejs, chatGPT, SSE, 阿里云百炼大模型 ## README # 基于 EggJS + 阿里云百炼大模型 的极简版 ChatGPT 聊天应用 ## 1. 启动 1. 终端进入项目根目录; 2. 执行 `pnpm i` 命令安装依赖; 3. Mac 电脑执行 `export BAILIAN_API_KEY=xxxxx;` 添加环境阿里云百炼大模型 API Key 环境变量; 4. 执行 `pnpm run dev` 命令启动项目; ## 2. 访问 1. 浏览器访问 `http://localhost:7001`; ## 3. 效果 效果