Skip to content

Commit

Permalink
Merge pull request CosmosShadow#8 from ghyghoo8/patch-1
Browse files Browse the repository at this point in the history
chore: fix typo in README_CN.md
  • Loading branch information
CosmosShadow authored Jul 1, 2024
2 parents ad35481 + 542cb5a commit 04975e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ parse pdf file to markdown file, and return markdown content and all image paths

- **base_url**: OpenAI Base URL. (optional). If not provided, Use OPENAI_BASE_URL environment variable.

- **model**: OpenAI Vision Large Model, default is 'gpt-4o'. You also can use [qwen-vl-max](https://help.aliyun.com/zh/dashscope/developer-reference/vl-plus-quick-start), [GLM-4V](https://open.bigmodel.cn/dev/api#glm-4v) by change the `OPENAI_API_BASE` or specify `base_url`.
- **model**: OpenAI Vision Large Model, default is 'gpt-4o'. You also can use [qwen-vl-max](https://help.aliyun.com/zh/dashscope/developer-reference/vl-plus-quick-start), [GLM-4V](https://open.bigmodel.cn/dev/api#glm-4v) by change the `OPENAI_BASE_URL` or specify `base_url`.

- **verbose**: verbose mode

- **gpt_worker**: gpt parse worker number. default is 1. If your machine performance is good, you can increase it appropriately to improve parsing speed.
- **gpt_worker**: gpt parse worker number. default is 1. If your machine performance is good, you can increase it appropriately to improve parsing speed.
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ print(content)

- **base_url**:OpenAI 基本 URL。(可选)。如果未提供,则使用 OPENAI_BASE_URL 环境变量。

- **model**:OpenAI API格式的多模态大模型,默认为 “gpt-4o”。如果您需要使用其他模型,例如 [qwen-vl-max](https://help.aliyun.com/zh/dashscope/developer-reference/vl-plus-quick-start), [GLM-4V](https://open.bigmodel.cn/dev/api#glm-4v), 可以修通过设置 `OPENAI_API_BASE` 或指定 `base_url` 来使用。
- **model**:OpenAI API格式的多模态大模型,默认为 “gpt-4o”。如果您需要使用其他模型,例如 [qwen-vl-max](https://help.aliyun.com/zh/dashscope/developer-reference/vl-plus-quick-start), [GLM-4V](https://open.bigmodel.cn/dev/api#glm-4v), 可以通过修改环境变量 `OPENAI_BASE_URL` 或 指定API参数 `base_url` 来使用。

- **verbose**:详细模式

Expand All @@ -80,4 +80,4 @@ print(content)

<p align="center">
<img src="./docs/wechat.jpg" alt="wechat" width=400/>
</p>
</p>

0 comments on commit 04975e4

Please sign in to comment.