From 12102a2bac1b95d2c387284d2232b7fa064229d4 Mon Sep 17 00:00:00 2001 From: sanbuphy Date: Mon, 9 Feb 2026 16:39:53 +0800 Subject: [PATCH] docs: update cli ai coding tools documentation --- ...ing-tools-and-the-principles-of-test-driven-development.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/zh-cn/stage-2/backend/2.6-modern-cli/extra7/extra7-cli-ai-coding-tools-and-the-principles-of-test-driven-development.md b/docs/zh-cn/stage-2/backend/2.6-modern-cli/extra7/extra7-cli-ai-coding-tools-and-the-principles-of-test-driven-development.md index 33a60d8..afb1770 100644 --- a/docs/zh-cn/stage-2/backend/2.6-modern-cli/extra7/extra7-cli-ai-coding-tools-and-the-principles-of-test-driven-development.md +++ b/docs/zh-cn/stage-2/backend/2.6-modern-cli/extra7/extra7-cli-ai-coding-tools-and-the-principles-of-test-driven-development.md @@ -196,8 +196,10 @@ Kimi K2 是月之暗面(Moonshot AI)推出的新一代大语言模型,在 **配置方法:** +参考文档:https://platform.moonshot.cn/docs/guide/agent-support + ```Bash -export ANTHROPIC_BASE_URL=https://api.moonshot.ai/anthropic +export ANTHROPIC_BASE_URL=https://api.moonshot.cn/anthropic export ANTHROPIC_AUTH_TOKEN=sk-YOURKEY ```