Twitch chat bot that interacts with ollama.
Find a file
2024-03-05 19:33:40 +01:00
.gitignore add docker-compose.yml 2024-03-05 19:03:37 +01:00
commands.go cleanup 2024-03-05 18:54:38 +01:00
docker-compose.yml add docker-compose.yml 2024-03-05 19:03:37 +01:00
Dockerfile remove unneeded dependencies 2024-03-05 19:14:01 +01:00
env.example clarify env.example 2024-03-05 19:33:40 +01:00
generate.go cleanup 2024-03-05 18:54:38 +01:00
go.mod init commit 2024-03-03 00:07:33 +01:00
go.sum init commit 2024-03-03 00:07:33 +01:00
LICENSE add LICENSE 2024-03-05 19:28:48 +01:00
main.go get list of channels to join through env file 2024-03-05 19:29:46 +01:00
Makefile cleanup 2024-03-05 18:54:38 +01:00
README.md fix typo 2024-03-05 19:30:53 +01:00
send.go cleanup 2024-03-05 18:54:38 +01:00

NourybotGPT

Twitch chat bot that interacts with ollama. Work in Progress.

Requirements:

Go

Ollama.com

Build and run:

  1. Change the default values in the provided env.example and rename it to .env.
  2. Make sure ollama is up and running on the host.
  3. With docker compose:
  • $ make up
  1. Without docker:
  • $ make build && make run
  1. Join the Twitch channel you chose and use ()gpt <cool query>