forked from phoenix/litellm-mirror
style(proxy_cli.py): adding feedback box
This commit is contained in:
parent
544740bc21
commit
b2b724a35c
4 changed files with 34 additions and 1 deletions
|
@ -11,6 +11,8 @@ except ImportError:
|
|||
import sys
|
||||
|
||||
subprocess.check_call([sys.executable, "-m", "pip", "install", "uvicorn", "fastapi"])
|
||||
|
||||
|
||||
print()
|
||||
print("\033[1;31mGive Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new\033[0m")
|
||||
print()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue