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
|
|
@ -10,7 +10,7 @@ if __name__ == "__main__":
|
|||
parser.add_argument('--pdf_path', type=str, help='Path to the PDF file')
|
||||
parser.add_argument('--md_path', type=str, help='Path to the Markdown file')
|
||||
|
||||
parser.add_argument('--model', type=str, default='gpt-4.1', help='Model to use')
|
||||
parser.add_argument('--model', type=str, default='gpt-4o-2024-11-20', help='Model to use')
|
||||
|
||||
parser.add_argument('--toc-check-pages', type=int, default=20,
|
||||
help='Number of pages to check for table of contents (PDF only)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue