2 Star 8 Fork 1

xidianfred/tecent-lke-chat-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

启动chat-demo指引

环境

node + npm 环境

  1. node 推荐使用v14.21.3
  2. npm 推荐使用v6.14.18

port 可用检测

mac上可以使用以下命令,查看3000端口和9091端口是否被占用,占用情况会影响本地服务启动

lsof -i :3000
lsof -i :9091

windows上可用

netstat -ano | findstr :3000
netstat -ano | findstr :9091

配置通用配置项

服务配置项

路径:scripts/static.js

  1. 客户的secretId:

const secretId = '在云控制台的-API密钥管理 中获取';

  1. 客户的secretKey:

const secretKey = '在云控制台的-API密钥管理 中获取';

  1. 体验机器人的appkey:

const appId = '在大模型-应用管理-调用 中获取appkey';

web配置项

路径:src/constants/static.js

  1. 标识ws模式还是sse模式链接对话,可选值ws和sse

const ACCESS_TYPE = 'sse';

  1. 体验机器人的appkey,同上服务配置项中appId

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

Build Setup

# 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
MIT License Copyright (c) 2025 xidianfred Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于腾讯大模型知识引擎平台,搭建使用DeepSeek R1模型的聊天机器人,前端Vue2,后端NodeJS 展开 收起
JavaScript 等 3 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fredricen/tecent-lke-chat-demo.git
git@gitee.com:fredricen/tecent-lke-chat-demo.git
fredricen
tecent-lke-chat-demo
tecent-lke-chat-demo
main

搜索帮助