Skip to content

Commit

Permalink
Need more token output due to structured outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Oct 2, 2024
1 parent d05832e commit a5c2721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdelfin/silver_data/buildsilver.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def build_page_query(local_pdf_path: str, pretty_pdf_path: str, page: int) -> di
}
],
"temperature": 0.1,
"max_tokens": 3000,
"max_tokens": 6000,
"logprobs": True,
"top_logprobs": 5,
"response_format": openai_response_format_schema(),
Expand Down

0 comments on commit a5c2721

Please sign in to comment.