From c883fd05264ef87fa54adb4765f245451eaebbf3 Mon Sep 17 00:00:00 2001 From: MackDing Date: Wed, 20 May 2026 08:58:45 +0800 Subject: [PATCH] docs: fix zh config template path --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 1d96ac6..fc36ab6 100644 --- a/README_zh.md +++ b/README_zh.md @@ -93,7 +93,7 @@ uv pip install https://github.com/explosion/spacy-models/releases/download/zh_co 3.将配置文件模板复制一份并重命名为`settings.jsonc`,后续配置修改在此文件进行: ```bash -cp settings.template.jsonc settings.jsonc +cp examples/tg.template.jsonc settings.jsonc ``` - 微调**多模态模型**时,请使用[examples/mllm.template.jsonc](https://github.com/xming521/WeClone/blob/master/examples/mllm.template.jsonc)作为配置文件。