dsmultimedika commited on
Commit
63d3882
·
1 Parent(s): a0b918a

change multimodal

Browse files
Files changed (1) hide show
  1. service/reader_v3.py +1 -1
service/reader_v3.py CHANGED
@@ -22,7 +22,7 @@ def parse_journal(content: bytes, file_name: str):
22
  api_key=os.getenv("LLAMA_PARSE_API_KEY"),
23
  result_type="markdown",
24
  use_vendor_multimodal_model=True,
25
- vendor_multimodal_model_name="openai-gpt-4o-mini",
26
  )
27
 
28
  # Load and process the document
 
22
  api_key=os.getenv("LLAMA_PARSE_API_KEY"),
23
  result_type="markdown",
24
  use_vendor_multimodal_model=True,
25
+ vendor_multimodal_model_name="openai-gpt4o",
26
  )
27
 
28
  # Load and process the document