Skip to content

Commit 1338367

Browse files
committed
.
1 parent 42a2dcf commit 1338367

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.claude/anthropic_key.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
echo "sk-........."
2+
echo "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"

set_api_key.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ EOF
1212
# Write anthropic_key.sh with your API key (replace with your real key)
1313
cat > .claude/anthropic_key.sh <<'EOF'
1414
#!/bin/sh
15-
echo "sk-........."
15+
echo "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"
1616
EOF
1717

1818
# Make the key script executable
1919
chmod +x .claude/anthropic_key.sh
2020

21-
echo "Claude API key helper configured successfully."
21+
echo "Claude API key helper configured successfully."

0 commit comments

Comments
 (0)