Fix: typo of README.md and content corrections in zh-hans

This commit is contained in:
Zhuang Ma
2025-04-11 17:53:59 +08:00
parent 0995c75f6d
commit ac5e5092fc
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ To preview and develop documentation locally:
npm i -g mintlify
```
2. Start local development
### 2. Start local development
Run this command at the root of your project (where docs.json is located):

View File

@@ -58,7 +58,7 @@ file variables 和 array[file] variables 支持以下文件类型与格式:
| 视频 | MP4, MOV, MPEG, MPGA. |
| 其他 | 自定义后缀名支持 |
#### 方法一:使用具备识别文件的 LLM
#### 方法一:使用具备文件处理能力的 LLM
部分 LLMs例如 [Claude 3.5 Sonnet](https://docs.anthropic.com/en/docs/build-with-claude/pdf-support))已支持直接处理并分析文件内容,因此 LLM 节点的提示词已允许输入文件变量。