From 90f08b7fcc65dfd269aaad06f3dffd3cf0c85aed Mon Sep 17 00:00:00 2001 From: yanweidong Date: Wed, 11 Feb 2026 22:34:47 +0800 Subject: [PATCH] fix bug --- internal/logic/strategy/ai.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/logic/strategy/ai.go b/internal/logic/strategy/ai.go index 27c8c0f..1d399dd 100644 --- a/internal/logic/strategy/ai.go +++ b/internal/logic/strategy/ai.go @@ -36,7 +36,7 @@ func AiAnalysis(code string) (map[string]any, error) { prompt += string(content) chatReq := &request.ChatCompletionsRequest{ - Model: deepseek.DEEPSEEK_CHAT_MODEL, + Model: deepseek.DEEPSEEK_REASONER_MODEL, Stream: false, Messages: []*request.Message{ {