(feat) proxy server add auth strategyto template

This commit is contained in:
ishaan-jaff 2023-10-24 10:54:56 -07:00
parent 653863f787
commit a92e0f3fca

View file

@ -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=""