mirror of
https://github.com/lyx0/ollama-twitch-bot.git
synced 2024-11-06 18:52:03 +01:00
Twitch chat bot that interacts with ollama.
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
env.example | ||
generate.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
Makefile | ||
README.md | ||
send.go |
Ollama Twitch Bot
Twitch chat bot that interacts with ollama.
Requirements:
Build and run:
- Change the example values in the provided
env.example
and rename it to.env
. - Make sure ollama is running on the host and reachable at
localhost:11434
and the model that you specified in the.env
file is already downloaded and ready to go. (Can be checked with e.g.ollama run wizard-vicuna-uncensored
) - Run:
- With docker compose (might need sudo infront if you haven't setup rootless):
$ make up
- Without docker:
$ make build && make run
- With docker compose (might need sudo infront if you haven't setup rootless):
- Join the Twitch channels you chose and type
()gpt <cool query>
and hopefully get a response.