diff options
Diffstat (limited to 'misc/py-litellm/files/patch-litellm_proxy_start.sh')
-rw-r--r-- | misc/py-litellm/files/patch-litellm_proxy_start.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/misc/py-litellm/files/patch-litellm_proxy_start.sh b/misc/py-litellm/files/patch-litellm_proxy_start.sh deleted file mode 100644 index f1ce771fdaeb..000000000000 --- a/misc/py-litellm/files/patch-litellm_proxy_start.sh +++ /dev/null @@ -1,8 +0,0 @@ ---- litellm/proxy/start.sh.orig 2024-02-11 03:13:21 UTC -+++ litellm/proxy/start.sh -@@ -1,2 +1,2 @@ --#!/bin/bash --python3 proxy_cli.py -\ No newline at end of file -+#!/bin/sh -+%%PYTHON_CMD%% proxy_cli.py |