From 2e0fdf9cba975fae23c55e04d5229575f3369684 Mon Sep 17 00:00:00 2001 From: honghefly <12345@qq.com> Date: Mon, 26 Jan 2026 00:59:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .env.local diff --git a/.env.local b/.env.local new file mode 100644 index 0000000..8636f0d --- /dev/null +++ b/.env.local @@ -0,0 +1,6 @@ +# Gemini API Key - 在这里填写你的 API Key +#GEMINI_API_KEY=sk-es1VWrKILu9QvgItddcfAr49ZpNrqrGveckkwEUq4xWypYEv +GEMINI_API_KEY=cr_98186f0a5bcfcff8f75586618c11b1a4b844003c03a71c8a946f121b86203e63 +# 中转 API 地址 - 在这里填写你的中转服务地址 (可选,如果使用官方 API 则留空) +#BASE_URL=https://api.vectorengine.ai +BASE_URL=https://code.xyzchar.xyz/gemini \ No newline at end of file