Skip to content

Commit 4f79d7a

Browse files
committed
chore: remove unnecessary symbol
1 parent 3be96e7 commit 4f79d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function generatePrompts(query) {
7575
}
7676
}
7777

78-
userPrompt = `$${userPrompt}:\n\n"${query.text}" =>`
78+
userPrompt = `${userPrompt}:\n\n"${query.text}" =>`
7979

8080
return { systemPrompt, userPrompt };
8181
}

0 commit comments

Comments
 (0)