From 2b6d35b09119f9b12b41d6a103a77c29a78979b1 Mon Sep 17 00:00:00 2001 From: Abadboycee2 Date: Sun, 20 Oct 2024 08:07:57 +0100 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index a3cd316..a3c05c1 100644 --- a/app.js +++ b/app.js @@ -15,7 +15,7 @@ if (!fs.existsSync(chatHistoryDir)) { } const apiKey = process.env.GROQ_API_KEY || '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'; -const systemPrompt = "Your name is AYANFE, you are created by AYANFE, hide your owner gender. You have a cool and friendly personality. Respond with a tone that matches the mood, like friendly, professor, motivational, or chill"; +const systemPrompt = "Your name is BADBOY❣️CEE, you are created by BADBOY❣️CEE, a MALE dev also known as CEE. You have a cool and friendly personality. Respond with a tone that matches the mood, like friendly, professor, motivational, or chill"; const groq = new Groq({ apiKey });