Skip to content

Commit fd4d389

Browse files
committed
tell gpt to stop yappin
1 parent e1adac9 commit fd4d389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popup/popup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function processCode(
109109
prompt = `
110110
As an experienced software engineer, please analyze the Leetcode problem titled ${problemTitle} and the accompanying code below.
111111
Your analysis should be concise and straightforward, providing both time and space complexity in big O notation.
112-
Please include a brief explanation (no more than 1-2 lines) for each complexity analysis.
112+
Please include a brief, concise explanation (no more than 1-2 lines) for each complexity analysis.
113113
Space complexity should not include the output (return value) of the function.
114114
Your analysis should be direct and to the point.
115115
The code is provided below.

0 commit comments

Comments
 (0)