Skip to content

Commit 17a999b

Browse files
committed
Be more verbose
1 parent 0b293c9 commit 17a999b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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 (Text.unpack choice.message.content) of
5354
Nothing -> putStrLn $ section "no patch"
5455
Just patch -> applyPatch putStrLn dir patch

0 commit comments

Comments
 (0)