feat: using claude-code with kimi k2

This commit is contained in:
Ryan Yin
2025-07-16 23:16:11 +08:00
parent 737b892bad
commit d51025fc6b

View File

@@ -14,6 +14,10 @@ in {
extraConfig = ''
source /etc/agenix/alias-for-work.nushell
# using claude-code with kimi k2
$env.ANTHROPIC_BASE_URL = "https://api.moonshot.cn/anthropic/"
$env.ANTHROPIC_API_KEY = $env.MOONSHOT_API_KEY
# Directories in this constant are searched by the
# `use` and `source` commands.
const NU_LIB_DIRS = $NU_LIB_DIRS ++ ['${nu_scripts}/share/nu_scripts']