Spaces:
Sleeping
Sleeping
Commit
·
2759c49
1
Parent(s):
99459d7
change params reader
Browse files- service/reader_v3.py +2 -2
service/reader_v3.py
CHANGED
@@ -22,8 +22,8 @@ def parse_journal(content: bytes, file_name: str):
|
|
22 |
parser = LlamaParse(
|
23 |
api_key=os.getenv("LLAMA_PARSE_API_KEY"),
|
24 |
result_type="markdown",
|
25 |
-
use_vendor_multimodal_model=True,
|
26 |
-
vendor_multimodal_model_name="openai-
|
27 |
)
|
28 |
|
29 |
# Load and process the document
|
|
|
22 |
parser = LlamaParse(
|
23 |
api_key=os.getenv("LLAMA_PARSE_API_KEY"),
|
24 |
result_type="markdown",
|
25 |
+
# use_vendor_multimodal_model=True,
|
26 |
+
# vendor_multimodal_model_name="openai-gpt-4o-mini",
|
27 |
)
|
28 |
|
29 |
# Load and process the document
|