-
Notifications
You must be signed in to change notification settings - Fork 0
/
homeai.conf
46 lines (41 loc) · 1.2 KB
/
homeai.conf
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[common]
# The activation word for AI assistant
activationWword=computer
# The recording duration for activation word
duration=3
# The energy threshold for speech detection (-1 = self calibration)
energyThreshold=-1
# The sample rate for the microphone
sampleRate=44100
# Commands for controlling Home-AI (in combination with activation word)
[commands]
stop=stop
mute=mute
unmute=unmute
terminate=terminate
[Google]
# Speech recognition language
language=en-GB
[AWS]
# Enter your AWS credentials here
awsKeyId=none
awsKeySecret=none
# Amazon polly voice id. Available voices depend on language, see https://docs.aws.amazon.com/polly/latest/dg/voicelist.html
pollyVoiceId=Brian
# Language code for Amazon services
language=en-GB
# AWS region
region=eu-west-2
[OpenAI]
# Language code for Open AI
openAILanguage=en
# Open AI model
openAIModel=gpt-3.5-turbo
# Enter you API key here
openAIKey=none
[messages]
welcome=Hello, I am your personal artificial intelligence. Please say the activation word {activationWord} and ask your question after the following sound
didNotUnderstand=Sorry, I did not understand this
shutdown=Shutting down
genericError=Something went wrong
muted=I am currently inactive. Activate me to ask questions