forked from phoenix/litellm-mirror
feat: added support for OPENAI_API_BASE
This commit is contained in:
parent
2096f9c3bf
commit
ae52856a62
3 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
# OpenAI
|
||||
OPENAI_API_KEY = ""
|
||||
OPENAI_API_BASE = ""
|
||||
# Cohere
|
||||
COHERE_API_KEY = ""
|
||||
# OpenRouter
|
||||
|
@ -18,4 +19,4 @@ REPLICATE_API_TOKEN = ""
|
|||
# Anthropic
|
||||
ANTHROPIC_API_KEY = ""
|
||||
# Infisical
|
||||
INFISICAL_TOKEN = ""
|
||||
INFISICAL_TOKEN = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue