From bc8c265cd3228c3e80a52a5d95e8a737b3067962 Mon Sep 17 00:00:00 2001 From: golc <2483469113@qq.com> Date: Tue, 24 Feb 2026 14:08:25 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E9=85=8D=E7=BD=AE=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 GROK_BASE_URL 配置说明 Co-Authored-By: Claude Opus 4.6 --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index e1a7172..81ae084 100644 --- a/.env.example +++ b/.env.example @@ -18,3 +18,6 @@ FEISHU_APP_SECRET=your_feishu_app_secret SILICONFLOW_API_KEY=your_siliconflow_api_key DEEPSEEK_API_KEY=your_deepseek_api_key GROK_API_KEY=your_grok_api_key + +# Grok API Base URL (optional) +GROK_BASE_URL=https://api.x.ai