mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-04-24 23:56:21 +02:00
fix model
This commit is contained in:
parent
6d1b505541
commit
4b4ae4d51d
5 changed files with 6 additions and 6 deletions
|
|
@ -123,7 +123,7 @@ python3 run_pageindex.py --pdf_path /path/to/your/document.pdf
|
|||
You can customize the processing with additional optional arguments:
|
||||
|
||||
```
|
||||
--model OpenAI model to use (default: gpt-4.1)
|
||||
--model OpenAI model to use (default: gpt-4o-2024-11-20)
|
||||
--toc-check-pages Pages to check for table of contents (default: 20)
|
||||
--max-pages-per-node Max pages per node (default: 10)
|
||||
--max-tokens-per-node Max tokens per node (default: 20000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue