2024-03-05 19:33:40 +01:00
|
|
|
# Username of the account the bot will run on.
|
2024-03-03 00:07:33 +01:00
|
|
|
TWITCH_USERNAME=mycooltwitchusername
|
2024-03-05 19:33:40 +01:00
|
|
|
|
|
|
|
# oauth token can be generated here: https://twitchapps.com/tmi/
|
2024-03-03 00:07:33 +01:00
|
|
|
TWITCH_OAUTH=oauth:cooloauthtokenhere
|
2024-03-05 19:29:20 +01:00
|
|
|
|
2024-03-05 19:33:40 +01:00
|
|
|
# Comma seperated list of twitch channels the bot should join (no spaces)
|
2024-03-05 19:29:20 +01:00
|
|
|
TWITCH_CHANNELS=channelone,channeltwo,channelthree
|
2024-03-05 19:59:44 +01:00
|
|
|
|
|
|
|
# Ollama model that should be used. https://ollama.com/models
|
|
|
|
OLLAMA_MODEL=wizard-vicuna-uncensored
|