From eef7427ab329e98b646d35d1b5fc1230d5678dce Mon Sep 17 00:00:00 2001 From: yueye <2177397685@qq.com> Date: Thu, 8 Jan 2026 23:39:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0.env-example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env-example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .env-example diff --git a/.env-example b/.env-example new file mode 100644 index 0000000..13f1a28 --- /dev/null +++ b/.env-example @@ -0,0 +1,7 @@ +# 文生图 API 配置(三选一) +STABILITY_API_KEY=your_stability_ai_key_here +REPLICATE_API_TOKEN=your_replicate_token_here +OPENAI_API_KEY=your_openai_key_here + +# 默认使用的 API 提供商 +DEFAULT_PROVIDER=stability \ No newline at end of file