-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.js
22 lines (22 loc) · 997 Bytes
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
export default {
app: {
token: "deef7a77e2f34f7ab42300620b8db1c6", // <- enter your token here
muted: false, // <- mute microphone by default
googleIt: true // <- ask users to google their request, in case of input.unknown action
},
locale: {
strings: {
welcomeFrontline: "Welcome to Frontline.",
welcomeTitle: "We help veterans and their families by connecting them to mental health resources.",
welcomeDescription: 'To get help, just say "hello"',
offlineTitle: "Oh, no!",
offlineDescription: "It looks like you are not connected to the internet, this webpage requires internet connection, to process your requests",
queryTitle: "Ask me something...",
voiceTitle: "Go ahead, im listening..."
},
settings: {
speechLang: "en-GB", // <- output language
recognitionLang: "en-US" // <- input(recognition) language
}
}
}