Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LLM-Filter
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2026_NGIT
LLM-Filter
Commits
2f091845
Commit
2f091845
authored
Oct 31, 2025
by
uuo00_n
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: 更新README中的许可证和联系方式信息
parent
5b8eb453
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
README.md
README.md
+9
-6
No files found.
README.md
View file @
2f091845
...
...
@@ -42,18 +42,19 @@ LLM-Filter 是一个基于大型语言模型(LLM)的智能对话系统,集成
### 安装步骤
1.
克隆项目仓库
```
bash
git clone <repository-url>
cd
llm-filter
```
2. 安装依赖
```
bash
pip
install
-r
requirements.txt
```
3. 配置环境变量
创建
`
.env
`
文件并设置以下变量:
```
MONGODB_URL
=
mongodb://localhost:27017
DATABASE_NAME
=
llm_filter
...
...
@@ -63,13 +64,13 @@ LLM-Filter 是一个基于大型语言模型(LLM)的智能对话系统,集成
OLLAMA_API_BASE_URL
=
http://localhost:11434
OLLAMA_MODEL
=
llama2
```
4. 初始化数据库
```
bash
python init_db.py
```
5. 启动应用
```
bash
uvicorn app.main:app
--reload
```
...
...
@@ -187,8 +188,10 @@ curl -X POST "http://localhost:8000/api/v1/conversations/{conversation_id}/messa
## 许可证
[
指定许可证类型
]
MIT License
Copyright (c) 2025 uuo00_n
## 联系方式
[
提供联系信息
]
\ No newline at end of file
作者:uuo00_n
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment