Created
July 14, 2025 18:00
-
-
Save automata/4a11aab6c0b6b5ff5fe20be60af3bda2 to your computer and use it in GitHub Desktop.
Kimi K2 + Claude Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kimi() { | |
| export ANTHROPIC_BASE_URL="https://api.moonshot.ai/anthropic" | |
| export ANTHROPIC_AUTH_TOKEN="YOUR_KIMI_API_KEY" | |
| claude $@ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment