Add .env and stop ignoring it
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent
71db82393a
commit
a254537596
@@ -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
|
||||
@@ -1,6 +1,3 @@
|
||||
# Secrets
|
||||
.env
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
Reference in New Issue
Block a user