mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
(feat) proxy server add auth strategyto template
This commit is contained in:
parent
653863f787
commit
a92e0f3fca
1 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# set AUTH STRATEGY FOR LLM APIs - Defaults to using Environment Variables
|
||||
AUTH_STRATEGY = "ENV" # ENV or DYNAMIC, ENV always reads from environment variables, DYNAMIC reads request headers to set LLM api keys
|
||||
|
||||
OPENAI_API_KEY = ""
|
||||
|
||||
HUGGINGFACE_API_KEY=""
|
||||
|
|
@ -34,4 +37,4 @@ LANGFUSE_HOST = "" # optional
|
|||
### REDIS
|
||||
REDIS_HOST = ""
|
||||
REDIS_PORT = ""
|
||||
REDIS_PASSWORD = ""
|
||||
REDIS_PASSWORD = ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue