19 lines
353 B
Plaintext
19 lines
353 B
Plaintext
# OpenAI API Key
|
||
OPENAI_API_KEY=your-openai-api-key-here
|
||
|
||
# OpenAI Base URL(可选,用于自定义端点)
|
||
# OPENAI_BASE_URL=https://api.openai.com/v1
|
||
|
||
# Anthropic API Key(可选)
|
||
# ANTHROPIC_API_KEY=your-anthropic-api-key-here
|
||
|
||
# Gateway 配置
|
||
GATEWAY_HOST=0.0.0.0
|
||
GATEWAY_PORT=8000
|
||
|
||
# 日志级别
|
||
LOG_LEVEL=INFO
|
||
|
||
# Debug 模式
|
||
DEBUG=false
|