12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
|
|
# JWT 配置
|
||
|
|
JWT_SECRET=your-secret-key-change-in-production
|
||
|
|
|
||
|
|
# LLM 提供商 (openai / anthropic)
|
||
|
|
LLM_PROVIDER=openai
|
||
|
|
|
||
|
|
# OpenAI API Key
|
||
|
|
OPENAI_API_KEY=your-openai-api-key
|
||
|
|
|
||
|
|
# Anthropic API Key
|
||
|
|
ANTHROPIC_API_KEY=your-anthropic-api-key
|