Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyaspimpalgaonkar committed Aug 23, 2024
1 parent 2d3ffa9 commit 95904c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/cli/utils/docker_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def run_docker_serve(
config = R2RConfig.from_toml(R2RBuilder.CONFIG_OPTIONS[config_name])

if "unstructured" in config.parsing.provider and not image:
image = "ragtoriches/prod_unstructured"
image = "ragtoriches/r2r-unstructured"

completion_provider = config.completion.provider
completion_model = config.completion.generation_config.model
Expand Down

0 comments on commit 95904c7

Please sign in to comment.