Skip to content

NNStrings/SecurityEval

Repository files navigation

SecurityEval

SecurityEval 大模型安全能力的模型 web ui

Environment

  • Hugo Extended v0.115+
  • Node v18+
  • Go v1.20+

Install environment

Windows 系统

软件包管理器 chocolate 安装:

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin

Hugo 安装命令

choco install hugo-extended

Nodejs 安装命令

choco install nodejs-lts --version="20.14.0"

Go 安装:

下载地址

Linux 系统

Go 安装:

Hugo 安装命令

sudo snap install hugo

Nodejs 安装命令

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 20

Go 安装:

下载地址

Install package

npm install

Run

前端网页:

npm run dev

后端接收文件:

npm run app

About

SecurityEval大模型安全能力的模型 web ui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published