代码拉取完成,页面将自动刷新
mac上可以使用以下命令,查看3000端口和9091端口是否被占用,占用情况会影响本地服务启动
lsof -i :3000
lsof -i :9091
windows上可用
netstat -ano | findstr :3000
netstat -ano | findstr :9091
路径:scripts/static.js
const secretId = '在云控制台的-API密钥管理 中获取';
const secretKey = '在云控制台的-API密钥管理 中获取';
const appId = '在大模型-应用管理-调用 中获取appkey';
路径:src/constants/static.js
const ACCESS_TYPE = 'sse';
const APP_KEY = '在大模型-应用管理-调用 中获取appkey;
# 安装依赖
npm install
# 启动服务 at http://localhost:3000/
npm run serve
# 启动web at lhttp://localhost:9091
npm run dev
# 打开页面
http://localhost:9091/#/chat-demo
# install dependencies
npm install
# Server running at http://localhost:3000/
npm run serve
# serve with hot reload at lhttp://localhost:9091
npm run dev
# 打开页面
http://localhost:9091/#/chat-demo
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。