From 6d78aef5a446da818079ae0536149c96a0cb2c2b Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 27 Feb 2026 22:20:56 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E7=A4=BA=E4=BE=8B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index aeba91f..8607e32 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,10 @@ -CPA_API_KEY= +# Provider +LITELLM_API_KEY= +BAILIAN_API_KEY=sk-sp-xxxxxxxx + +# MCP EXA_API_KEY= CONTEXT7_API_KEY= -# Windows only -OPENCODE_GIT_BASH_PATH=%USERPROFILE%\scoop\shims\bash.exe + +# Windows +OPENCODE_GIT_BASH_PATH=%USERPROFILE%\scoop\apps\git\current\bin\bash.exe