Skip to content

Commit 59a6579

Browse files
committed
refactor: Increase max output tokens in spam detection to enhance response detail
1 parent 8d18083 commit 59a6579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/spam/spam-detection.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Message: "${message.content}"`;
153153
system: this.SYSTEM_PROMPT,
154154
prompt: context,
155155
temperature: 0.1,
156-
maxOutputTokens: 100,
156+
maxOutputTokens: 200,
157157
});
158158

159159
console.log(

0 commit comments

Comments
 (0)