8 lines
254 B
Plaintext
8 lines
254 B
Plaintext
# DeepSeek API 配置
|
|
VITE_API_URL=https://api.deepseek.com/chat/completions
|
|
VITE_API_KEY=your_deepseek_api_key_here
|
|
|
|
# 其他中继平台配置示例
|
|
# VITE_API_URL=https://your-kong-gateway.com/v1/chat/completions
|
|
# VITE_API_KEY=your_bearer_token_here
|