mirror of
https://github.com/maglore9900/max_headroom.git
synced 2025-06-02 17:40:30 +00:00
added timer variable in env
This commit is contained in:
parent
d95cca5b39
commit
c7e632c0cf
@ -69,8 +69,12 @@ All of the easy configuration is done in the .env file. This section will explai
|
||||
|
||||
#LISTEN_MODEL will take whisper or google, whisper is the best option but requires additional setup with Nvidia drivers
|
||||
`LISTEN_MODEL='google'`
|
||||
#STREAM SPEAK URL is using the default url for Alltalk. If you dont have all talk you can ignore this, if you want to use a different service, simply replace the url
|
||||
`STREAM_SPEAK_URL = 'http://127.0.0.1:7851/api/tts-generate'`
|
||||
|
||||
#TIME_LISTEN is the interval in seconds that the mic is running before adjusting for noise level. If you are talking and getting cut off by the mic cycling, you will want to make this longer. If you listen to music a lot you will want it around its default value of 10 seconds
|
||||
|
||||
`TIME_LISTEN = '10'`
|
||||
|
||||
#STREAM SPEAK URL is using the default url for Alltalk. If you dont have all talk you can ignore this, if you want to use a different service, simply replace the url `STREAM_SPEAK_URL = 'http://127.0.0.1:7851/api/tts-generate'`
|
||||
|
||||
#-----Spotify, if you want Max to be able to control spotify this is where you will put your credentials
|
||||
`SPOTIFY_CLIENT_ID = ''`
|
||||
|
@ -15,7 +15,8 @@ OLLAMA_URL = 'http://localhost:11434'
|
||||
CHARACTER = 'max'
|
||||
|
||||
#LISTEN_MODEL will take whisper or google, whisper is the best option but requires additional setup with Nvidia drivers
|
||||
LISTEN_MODEL='google'
|
||||
LISTEN_MODEL = 'google'
|
||||
TIME_LIST = '10'
|
||||
|
||||
#STREAM SPEAK URL is using the default url for Alltalk. If you dont have all talk you can ignore this, if you want to use a different service, simply replace the url
|
||||
STREAM_SPEAK_URL = 'http://127.0.0.1:7851/api/tts-generate'
|
||||
|
Loading…
x
Reference in New Issue
Block a user