Skip to content

Commit 04cba32

Browse files
author
Lukas Geiger
committed
docs: sanitize MetaWiki API key placeholder
1 parent e6e7ed8 commit 04cba32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

translate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
Voraussetzungen:
1010
pip install anthropic
11-
export ANTHROPIC_API_KEY="sk-ant-..."
11+
export ANTHROPIC_API_KEY="<your-anthropic-api-key>"
1212
1313
Nutzung als Modul:
1414
from translate import translate_text

0 commit comments

Comments
 (0)