Skip to content

Commit 680271e

Browse files
committed
Be more verbose
1 parent 9aa73ce commit 680271e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DeepSeek.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ apply putStrLn config dir instructions = case spanFromInstructions instructions
4949
case response.choices of
5050
[] -> pass
5151
choice : _ -> do
52+
putStrLn $ section "making DeepSeek API request"
5253
case extractPatch span (unpack choice.message.content) of
5354
Nothing -> putStrLn $ section "no patch"
5455
Just patch -> applyPatch putStrLn dir patch

0 commit comments

Comments
 (0)