docs(readme): 宿主接入清单入口名更新为规范名 load_pipeline_llm(旧名 load_llm 为别名)
This commit is contained in:
parent
23ebc7fc17
commit
c9806aed6b
@ -45,7 +45,7 @@
|
||||
|
||||
## 宿主接入清单
|
||||
|
||||
1. `app/pipeline_app.py` init() 加 `load_llm()`(try/except ImportError 兜底)
|
||||
1. `app/pipeline_app.py` init() 加 `load_pipeline_llm()`(try/except ImportError 兜底;规范名 load_<模块名>,旧名 `load_llm` 保留为别名)
|
||||
2. `build.sh`:clone 枚举 + pip install 枚举 + CRUD 生成枚举 + wwwroot 符号链接枚举
|
||||
3. `scripts/create_tables.py`:IDE 幂等建表枚举加 `pipeline-llm`(或执行本模块 `mysql.ddl.sql`)
|
||||
4. `scripts/import_init.py`:INIT_MODULES 加本模块 `init/data.json`(appcodes 字典)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user