文章目录
- 安装和简单使用
- 报错问题
安装和简单使用
视频教程
github官网(英文)
github中文介绍
安装报错
安装:
git clone https://github.com/ConardLi/easy-dataset.git
cd easy-dataset
npm install
运行:
npm run build
npm run start
打开浏览器访问:http://localhost:1717
远程:
ssh -R 8000:localhost:8000 -N ztshao@114.212.85.127
ssh -R 1717:localhost:1717 -N ztshao@114.212.85.127
或者:
ssh -R 8000:localhost:8000 -N -f ztshao@114.212.85.127
ssh -R 1717:localhost:1717 -N -f ztshao@114.212.85.127
pkill -f "ssh -R 8000:localhost:8000"
pkill -f "ssh -R 1717:localhost:1717"
报错问题
AI分析失败1
AI分析失败2
把max_tokens从2028改成8196
文件位置在:lib/llm/core/index.js
npm run build
npm run start