Skip to content

Commit

Permalink
Dont override litellm port
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpelt committed Oct 21, 2024
1 parent 663c60b commit 4ce648b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/openui/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def is_running_in_docker():
f"Starting LiteLLM in the background with config: {config_path}"
)
litellm_process = subprocess.Popen(
["litellm", "--config", config_path],
["litellm", "--config", config_path, "--port", "4000"],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
text=True,
Expand Down

0 comments on commit 4ce648b

Please sign in to comment.