Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 });

Expand Down