Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
666ghj
2025-09-16 01:22:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
38dca27d8171e686c5cd4047714783095292da79
38dca27d
1 parent
6181e19f
Update the README file and add documentation for the Forum Moderator LLM module.
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
README-EN.md
README.md
README-EN.md
View file @
38dca27
...
...
@@ -127,7 +127,8 @@ Weibo_PublicOpinion_AnalysisSystem/
│ │ └── ... # More templates
│ └── flask_interface.py # Flask API interface
├── ForumEngine/ # Forum engine simple implementation
│ └── monitor.py # Log monitoring and forum management
│ ├── monitor.py # Log monitoring and forum management
│ └── llm_host.py # Forum host LLM module
├── MindSpider/ # Weibo crawler system
│ ├── main.py # Crawler main program
│ ├── config.py # Crawler configuration file
...
...
README.md
View file @
38dca27
...
...
@@ -127,7 +127,8 @@ Weibo_PublicOpinion_AnalysisSystem/
│ │ └── ... # 更多模板
│ └── flask_interface.py # Flask API接口
├── ForumEngine/ # 论坛引擎简易实现
│ └── monitor.py # 日志监控和论坛管理
│ ├── monitor.py # 日志监控和论坛管理
│ └── llm_host.py # 论坛主持人LLM模块
├── MindSpider/ # 微博爬虫系统
│ ├── main.py # 爬虫主程序
│ ├── config.py # 爬虫配置文件
...
...
Please
register
or
login
to post a comment