From 9235ddd6f3ffde99f2c96f5ca595774b620ebf3a Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Sat, 21 Jun 2025 02:19:04 -0400 Subject: [PATCH] dev: change message in ai service --- src/backend/src/modules/puterai/FakeChatService.js | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/backend/src/modules/puterai/FakeChatService.js b/src/backend/src/modules/puterai/FakeChatService.js index 895bebeb..bf3b5c5a 100644 --- a/src/backend/src/modules/puterai/FakeChatService.js +++ b/src/backend/src/modules/puterai/FakeChatService.js @@ -144,12 +144,16 @@ class FakeChatService extends BaseService { // Generate the response text let responseText; if (usedModel === 'abuse') { - responseText = dedent(` - This is a message from ${ - this.global_config.origin}. We have detected abuse of our services. + // responseText = dedent(` + // This is a message from ${ + // this.global_config.origin}. We have detected abuse of our services. - If you are seeing this on another website, please report it to ${ - this.global_config.abuse_email ?? 'hi@puter.com'} + // If you are seeing this on another website, please report it to ${ + // this.global_config.abuse_email ?? 'hi@puter.com'} + // `); + responseText = dedent(` +

Free AI and Cloud for everyone!


+ Come on down to puter.com and try it out! `); } else { // Generate 1-3 paragraphs for both fake and costly models