An IRC bot.
Go to file
nebula 186780ac25 it does birds now 2024-12-15 21:36:08 -06:00
.gitignore it does birds now 2024-12-15 21:36:08 -06:00
LICENSE Initial commit 2024-12-15 05:39:38 +00:00
README.md add readme 2024-12-15 12:42:36 -06:00
config.json.example insert better commit message here 2024-12-15 01:00:05 -06:00
main.py it does birds now 2024-12-15 21:36:08 -06:00
pull.py initial commit 2024-12-14 23:49:47 -06:00

README.md

mysterious_cube

An IRC bot.

APIs used:

!trivia

Post a true or false statement, and the first person in chat to answer the question will either get or lose points based on whether or not they are correct. Questions and answers are pulled from https://opentdb.com/

!aitrivia

A question is posted to chat, and a person decides whether or not the LLM will answer the question correctly. The question is then sent to the Llama LLM (AI). The LLM's response will start with true or false, which is compared to the answer of the question from OpenTDB, telling whether the LLM got the question right or wrong. The guesser will get or lose points based on whether or not they guessed correctly. Questions and answers are pulled from https://opentdb.com/

!trscores, !aiscores

Display the top 10 scorers for the chosen catergory.