Skip to content

Commit 8529fef

Browse files
committed
Be more verbose
1 parent b1258ce commit 8529fef

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
@@ -48,6 +48,7 @@ apply putStrLn config dir instructions = case spanFromInstructions instructions
4848
case response.choices of
4949
[] -> pass
5050
choice : _ -> do
51+
putStrLn $ section "making DeepSeek API request"
5152
case extractPatch span (Text.unpack choice.message.content) of
5253
Nothing -> putStrLn $ section "no patch"
5354
Just patch -> applyPatch putStrLn dir patch

0 commit comments

Comments
 (0)