Skip to content

Commit

Permalink
Refactored multimodal parser
Browse files Browse the repository at this point in the history
  • Loading branch information
S1LV3RJ1NX committed May 30, 2024
1 parent 5932ae9 commit 79765fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(
self.max_chunk_size = max_chunk_size
self.chunk_overlap = chunk_overlap

# Multi-modal parser needs to be configured with the base url, vision model and summary model
# Multi-modal parser needs to be configured with the openai compatible client url and vision model
if "base_url" in additional_config:
self.client = additional_config["base_url"]
logger.info(f"Using custom base url..., {self.client}")
Expand Down

0 comments on commit 79765fb

Please sign in to comment.