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
You need to sign in or sign up before continuing.
Authored by
666ghj
2025-11-03 16:48:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1adbe297b35336e373987e0d592a71dc39b1b9a6
1adbe297
1 parent
4a49a97d
Clarified the instructions for copying the config template in both English and Chinese README files.
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
README-EN.md
README.md
README-EN.md
View file @
1adbe29
...
...
@@ -246,7 +246,7 @@ INSIGHT_ENGINE_MODEL_NAME = "kimi-k2-0711-preview"
**Option 1: Use Local Database**
You can refer to
`MindSpider\config.py
\config.py.example` for the configuration template, and you can
copy this file and rename it to `config.py`
.
You can refer to
`MindSpider\config.py
.example` for the configuration template,
copy this file and rename it to `config.py`
.
```
bash
# Local MySQL database initialization
...
...
README.md
View file @
1adbe29
...
...
@@ -251,9 +251,7 @@ INSIGHT_ENGINE_MODEL_NAME = "kimi-k2-0711-preview"
**选择1:使用本地数据库**
> MindSpider爬虫系统跟舆情系统是各自独立的,所以需要再去`MindSpider\config.py`配置一下
配置模板可以参考
`MindSpider\config.py\config.py.example`,可以复制该文件并命名为`config.py`
> MindSpider爬虫系统跟舆情系统是各自独立的,所以需要再去`MindSpider\config.py`配置一下,复制`MindSpider`文件夹下的 `config.py.example` 文件,命名为 `config.py`
```
bash
# 本地MySQL数据库初始化
...
...
Please
register
or
login
to post a comment