add readme
parent
329f1f9d59
commit
bf0529e19d
18
README.md
18
README.md
|
@ -1,3 +1,19 @@
|
|||
# mysterious_cube
|
||||
|
||||
An IRC bot.
|
||||
An IRC bot.
|
||||
|
||||
APIs used:
|
||||
* https://opentdb.com/
|
||||
* https://llama.mcopp.com/
|
||||
|
||||
## !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.
|
Loading…
Reference in New Issue