litellm-gateway/.env.example

22 lines
625 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# ============================
# LiteLLM Gateway — 环境变量
# ============================
# 复制本文件为 .env然后填入真实值
# MiniMax API Key真实 key仅保存在网关侧不暴露给 agent
MINIMAX_API_KEY=sk-your-minimax-api-key
# LiteLLM Master Key管理员 key用于管理接口
# 必须以 sk- 开头
LITELLM_MASTER_KEY=sk-litellm-admin-key-change-this
# 数据库(可选,默认 SQLite
# DATABASE_URL=postgresql://user:password@host:5432/litellm
# 日志级别
# LITELLM_LOG_LEVEL=INFO
# 其他可选
# LITELLM_DROP_PARAMS=true
# LITELLM_MAX_PARALLEL_REQUESTS=100