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{ {