forked from hihumanzone/Gemini-Discord-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
30 lines (30 loc) · 971 Bytes
/
config.js
File metadata and controls
30 lines (30 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
export default {
defaultResponseFormat: "Embedded",
defaultTool: "Google Search with URL Context",
hexColour: "#505050",
workInDMs: true,
shouldDisplayPersonalityButtons: true,
SEND_RETRY_ERRORS_TO_DISCORD: false,
defaultPersonality: "You are Gemini, a large language model trained by Google. You are chatting with the user via the Gemini Discord bot. Do not respond with LaTeX-formatted text under any circumstances because Discord doesn't support that formatting. You are a multimodal model, equipped with the ability to read images, videos, and audio files.",
activities: [
{
name: "With Code",
type: "Playing"
},
{
name: "Something",
type: "Listening"
},
{
name: "You",
type: "Watching"
}
],
defaultServerSettings: {
serverChatHistory: false,
settingsSaveButton: true,
customServerPersonality: false,
serverResponsePreference: false,
responseStyle: "embedded"
}
};