mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update litellm
This commit is contained in:
19
litellm/supervisor.d/litellm.ini
Normal file
19
litellm/supervisor.d/litellm.ini
Normal file
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# pipx install litellm[prisma,proxy]
|
||||
# pipx upgrade litellm
|
||||
#
|
||||
|
||||
[program:litellm]
|
||||
command = /Users/kev/.local/bin/litellm --config litellm.yaml --telemetry False
|
||||
process_name = %(program_name)s
|
||||
directory = /usr/local/etc/litellm
|
||||
environment =
|
||||
UI_USERNAME="litellm",
|
||||
UI_PASSWORD="litellm",
|
||||
LITELLM_MASTER_KEY="sk-1234",
|
||||
ANTHROPIC_API_KEY="sk-xxxxxx",
|
||||
OPENAI_API_KEY="sk-xxxxxx",
|
||||
DASHSCOPE_API_KEY="sk-xxxxxx"
|
||||
autostart = true
|
||||
autorestart = true
|
||||
redirect_stderr = true
|
||||
Reference in New Issue
Block a user