From b14d5bf6b18ea9a69f2f2491ae69e09d977a2ed1 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 26 Nov 2025 09:53:10 -0700 Subject: [PATCH] chore(doc-agent): switch large to K2T --- dot_config/private_fish/functions/doc-agent.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/private_fish/functions/doc-agent.fish b/dot_config/private_fish/functions/doc-agent.fish index d5392e4b58243862cb35a1c9a1ffd34ed3dd1554..2f951eb4cabb377bd77231e45c3c049d5e95e42c 100644 --- a/dot_config/private_fish/functions/doc-agent.fish +++ b/dot_config/private_fish/functions/doc-agent.fish @@ -94,7 +94,7 @@ running any tool but Bash to execute `go doc` subcommands. You _must_ use\ return 1 end - synclaude -L "hf:zai-org/GLM-4.6" -l "hf:MiniMaxAI/MiniMax-M2" --model $model \ + synclaude -L "hf:moonshotai/Kimi-K2-Thinking" -l "hf:MiniMaxAI/MiniMax-M2" --model $model \ --allowed-tools "$allowed_tools" \ --disallowed-tools "$disallowed_tools" \ --append-system-prompt "$system_prompt" \