diff --git a/README.md b/README.md index 19dd682..769a5a4 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +- **gpt_worker**: gpt parse worker number. default is 1. If your machine performance is good, you can increase it appropriately to improve parsing speed. diff --git a/README_CN.md b/README_CN.md index c72980e..f4974d4 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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**:详细模式 @@ -80,4 +80,4 @@ print(content)
-
\ No newline at end of file +