mirror of
https://github.com/allenai/olmocr.git
synced 2025-11-03 11:35:29 +00:00
Basic prompt edits
This commit is contained in:
parent
ecbd3a246f
commit
8c287a0255
@ -1,5 +1,5 @@
|
||||
def build_basic_prompt() -> str:
|
||||
return "Just return the plain text representation of this document as if you were reading it naturally. Convert equations to LaTeX using \( \) for inline math, and \[ \] otherwise. Convert all tables to markdown."
|
||||
return "Just return the plain text representation of this document as if you were reading it naturally. Use markdown for formatting. Convert math to Latex using \( and \) as delimiters for inline math, and \[ and \] as delimiters otherwise. Convert all tables to markdown."
|
||||
|
||||
|
||||
def claude_response_format_schema() -> dict:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user