mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-26 11:04:43 +00:00
21 lines
386 B
Bash
21 lines
386 B
Bash
# OpenAI
|
|
OPENAI_API_KEY = ""
|
|
# Cohere
|
|
COHERE_API_KEY = ""
|
|
# OpenRouter
|
|
OR_SITE_URL = ""
|
|
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 = ""
|
|
# Infisical
|
|
INFISICAL_TOKEN = "" |