docs: 更新环境变量配置模板
- 添加 GROK_BASE_URL 配置说明 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c3284ac01b
commit
bc8c265cd3
|
|
@ -18,3 +18,6 @@ FEISHU_APP_SECRET=your_feishu_app_secret
|
||||||
SILICONFLOW_API_KEY=your_siliconflow_api_key
|
SILICONFLOW_API_KEY=your_siliconflow_api_key
|
||||||
DEEPSEEK_API_KEY=your_deepseek_api_key
|
DEEPSEEK_API_KEY=your_deepseek_api_key
|
||||||
GROK_API_KEY=your_grok_api_key
|
GROK_API_KEY=your_grok_api_key
|
||||||
|
|
||||||
|
# Grok API Base URL (optional)
|
||||||
|
GROK_BASE_URL=https://api.x.ai
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue