forked from phoenix/litellm-mirror
Expanded .env, added Poetry and basic Docstring
This commit is contained in:
parent
5f5ad99607
commit
05ca788fb3
6 changed files with 1369 additions and 2 deletions
17
.env.example
17
.env.example
|
@ -1,4 +1,19 @@
|
|||
# OpenAI
|
||||
OPENAI_API_KEY = ""
|
||||
# Cohere
|
||||
COHERE_API_KEY = ""
|
||||
# OpenRouter
|
||||
OR_SITE_URL = ""
|
||||
OR_APP_NAME = "LiteLLM Example app"
|
||||
OR_APP_NAME = "LiteLLM Example app"
|
||||
OR_API_KEY = ""
|
||||
# Azure API base URL
|
||||
AZURE_API_BASE = ""
|
||||
# Azure API version
|
||||
AZURE_API_VERSION = ""
|
||||
# Azure API key
|
||||
AZURE_API_KEY = ""
|
||||
# Replicate
|
||||
REPLICATE_API_KEY = ""
|
||||
REPLICATE_API_TOKEN = ""
|
||||
# Anthropic
|
||||
ANTHROPIC_API_KEY = ""
|
Loading…
Add table
Add a link
Reference in a new issue