You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fenic/_backends/local/semantic_operators/parse_pdf.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ def __init__(
49
49
describe_images: bool=False,
50
50
model_alias: Optional[ResolvedModelAlias] =None,
51
51
max_output_tokens: Optional[int] =None,
52
+
request_timeout: Optional[float] =None,
52
53
):
53
54
self.page_separator=page_separator
54
55
self.describe_images=describe_images
@@ -67,6 +68,7 @@ def __init__(
67
68
max_output_tokens=max_output_tokens,
68
69
temperature=1.0, # Use a higher temperature so gemini flash models can handle complex table formatting. For more info see the conversation here: https://discuss.ai.google.dev/t/gemini-2-0-flash-has-a-weird-bug/65119/26
0 commit comments