From a254537596d472e61c5b6682278976490541b5bf Mon Sep 17 00:00:00 2001 From: lofyer Date: Mon, 13 Jul 2026 15:43:52 +0800 Subject: [PATCH] Add .env and stop ignoring it Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- .env | 5 +++++ .gitignore | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..8ca26b6 --- /dev/null +++ b/.env @@ -0,0 +1,5 @@ +# LLM 配置(本文件包含密钥,请勿提交到版本库) +LLM_BASE_URL=https://bigtoken.ai/v1 +LLM_API_KEY=sk-bigtoken-30119e3489e02d5f +LLM_MODEL=claude-sonnet-5 +LLM_MAX_CONCURRENCY=5 diff --git a/.gitignore b/.gitignore index b3f37ee..fa2d501 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -# Secrets -.env - # Python __pycache__/ *.py[cod]