forked from phoenix/litellm-mirror
(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=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue