1.0.6 • Published 5 months ago

opentdb-llm-tester v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

opentdb-llm-tester

A simple tool that fetches a single trivia question from the Open Trivia Database with optional automatic copy to clipboard. I created this primarily to generate questions for testing LLMs.

Usage

Just run:

llmtrivia

Flags (optional)

-c Automatically copy the fetched question to your clipboard
-type=multiple Force only multiple-choice questions
or
-type=boolean Force only true/false questions

llmtrivia -c -type=boolean

Example Output

┌────────────────────────────────────────────────────┐
│ Question:                                          │
│ What is the capital of France?                     │
│                                                    │
│ Answers:                                           │
│ 1. Berlin                                          │
│ 2. Rome                                            │
│ 3. Madrid                                          │
│ 4. * Paris                                         │
└────────────────────────────────────────────────────┘

* indicates the correct answer.

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago