Skip to content

Commit

Permalink
chore: update ocr advanced ocr config
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Apr 25, 2024
1 parent f0eec8a commit 05e822d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ Response
- e.g.: *http://example.com:8000*

Advanced OCR Config:
> [!WARNING]
> Chat Nio Version >= **4.3.1** or **3.10.9**
- `OCR_SKIP_MODELS`: Skip OCR Models List (Commonly for Vision Models)
- e.g.: *gpt-4-v,gpt-4-vision-preview,gpt-4-turbo*, then the service will skip these models and directly store the image.
- Tips: Each model has character inclusion matching, so when you set `gpt-4-v` model, it will skip all models that contain **gpt-4-v** (like azure-**gpt-4-v**ision-preview, **gpt-4-v**ision-preview will be also matched).
Expand Down

0 comments on commit 05e822d

Please sign in to comment.