diff --git a/README-EN.md b/README-EN.md index 0d61bb0..7e720cc 100644 --- a/README-EN.md +++ b/README-EN.md @@ -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 diff --git a/README.md b/README.md index 1ab4e0e..289ecda 100644 --- a/README.md +++ b/README.md @@ -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 # 爬虫配置文件