Skip to content

Commit

Permalink
Merge pull request #20 from DjangoPeng/v0.6
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
DjangoPeng authored Nov 3, 2024
2 parents 08a2755 + babb16f commit 5429b3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pip install -r requirements.txt

### 2. 配置应用

编辑 `config.json` 文件,以设置输入模式、默认模板(PPT 母版)以及 ChatBot Prompt,确保模板文件 `MasterTemplate.pptx` 中的母版布局名称符合[PowerPoint 母版布局命名规范](#powerpoint-母版布局命名规范)
编辑 `config.json` 文件,以设置输入模式、默认模板(PPT 母版)以及 ChatBot Prompt,确保模板文件 `SimpleTemplate.pptx` 中的母版布局名称符合[PowerPoint 母版布局命名规范](#powerpoint-母版布局命名规范)


```json
Expand All @@ -41,6 +41,7 @@ pip install -r requirements.txt
"chatbot_prompt": "prompts/chatbot.txt",
"content_formatter_prompt": "prompts/content_formatter.txt",
"content_assistant_prompt": "prompts/content_assistant.txt",
"image_advisor_prompt": "prompts/image_advisor.txt",
"ppt_template": "templates/SimpleTemplate.pptx"
}
```
Expand Down

0 comments on commit 5429b3e

Please sign in to comment.