chore(clawcode): track .env config templates in repo
This commit is contained in:
parent
abe386490b
commit
00c2552f2f
|
|
@ -3,6 +3,3 @@ rust/target/
|
||||||
dump_output.txt
|
dump_output.txt
|
||||||
# Per-project conversation transcripts (terminal-visible mirror of sessions)
|
# Per-project conversation transcripts (terminal-visible mirror of sessions)
|
||||||
.claw/transcripts/
|
.claw/transcripts/
|
||||||
# Local environment secrets — never commit live API keys
|
|
||||||
claw/.env
|
|
||||||
claw/.env_deepseek
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
ANTHROPIC_BASE_URL=http://127.0.0.1:1234
|
||||||
|
ANTHROPIC_API_KEY=sk-your-key
|
||||||
|
ANTHROPIC_MODEL=WhitchSupportImageReady
|
||||||
|
#CLAW_WORKSPACE_POLICY=allow
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
ANTHROPIC_BASE_URL=https://api.deepseek.com/anthropic
|
||||||
|
ANTHROPIC_API_KEY=sk-yourkey
|
||||||
|
ANTHROPIC_MODEL=deepseek-v4-flash
|
||||||
|
CLAW_WORKSPACE_POLICY=allow
|
||||||
Loading…
Reference in New Issue