There was an error while loading. Please reload this page.
1 parent b1258ce commit 8529fefCopy full SHA for 8529fef
1 file changed
src/DeepSeek.hs
@@ -48,6 +48,7 @@ apply putStrLn config dir instructions = case spanFromInstructions instructions
48
case response.choices of
49
[] -> pass
50
choice : _ -> do
51
+ putStrLn $ section "making DeepSeek API request"
52
case extractPatch span (Text.unpack choice.message.content) of
53
Nothing -> putStrLn $ section "no patch"
54
Just patch -> applyPatch putStrLn dir patch
0 commit comments