We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa73ce commit 680271eCopy full SHA for 680271e
src/DeepSeek.hs
@@ -49,6 +49,7 @@ apply putStrLn config dir instructions = case spanFromInstructions instructions
49
case response.choices of
50
[] -> pass
51
choice : _ -> do
52
+ putStrLn $ section "making DeepSeek API request"
53
case extractPatch span (unpack choice.message.content) of
54
Nothing -> putStrLn $ section "no patch"
55
Just patch -> applyPatch putStrLn dir patch
0 commit comments