There was an error while loading. Please reload this page.
1 parent 0b293c9 commit 17a999bCopy full SHA for 17a999b
1 file changed
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 (Text.unpack choice.message.content) of
54
Nothing -> putStrLn $ section "no patch"
55
Just patch -> applyPatch putStrLn dir patch
0 commit comments