mirror of
https://github.com/lyx0/ollama-twitch-bot.git
synced 2024-11-06 18:52:03 +01:00
update README.md
This commit is contained in:
parent
cc41eedbbb
commit
6d6fbd7a5f
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -1,3 +1,16 @@
|
|||
# NourybotGPT
|
||||
|
||||
Twitch chat bot that interacts with ollama. Work in Progress
|
||||
Twitch chat bot that interacts with ollama. Work in Progress.
|
||||
|
||||
## Requirements:
|
||||
Go
|
||||
[Ollama.com](https://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`
|
||||
3. Without docker:
|
||||
* `$ make build && make run`
|
||||
4. Join the Twitch channel you chose and use `()gpt <cool query>`
|
||||
|
|
Loading…
Reference in a new issue