LLM-GUARD Code
Brought to you by:
cp-1919
File | Date | Author | Commit |
---|---|---|---|
app | 2025-06-25 |
![]() |
[e394ac] 首次提交 |
example | 2025-06-25 |
![]() |
[e394ac] 首次提交 |
front | 2025-06-25 |
![]() |
[e394ac] 首次提交 |
images | unknown | ||
tests | 2025-06-25 |
![]() |
[e394ac] 首次提交 |
.gitattributes | 2025-06-25 |
![]() |
[e394ac] 首次提交 |
.gitignore | 2025-06-25 |
![]() |
[e394ac] 首次提交 |
README.md | 2025-06-25 |
![]() |
[d4b4d9] Update README.md |
build.md | 2025-06-25 |
![]() |
[e394ac] 首次提交 |
llm-guard.ico | 2025-06-25 |
![]() |
[e394ac] 首次提交 |
main.py | 2025-06-25 |
![]() |
[e394ac] 首次提交 |
requirement.txt | 2025-06-25 |
![]() |
[e394ac] 首次提交 |
从发行版本(release)中直接下载可执行文件。
|--llm-guard
|--app 软件后端&接口
|--front 前端
|--tests 测试脚本
|--example 项目文件样例
本项目基于 python 3.12 以及 node v22.11.0
下面脚本在项目根目录下运行
pip install -r requirements.txt
cd front
npm install
cd front
npm run dev
然后运行根目录下的 main.py
本项目需要打包前端ui文件以及Ollama可执行程序,详细说明见 build.md