blob: f1ce771fdaebc44c11270143255ffacf258aed93 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- 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
|