diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-26 10:05:44 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-26 10:05:44 +0200 |
| commit | a1a51a0a7fe6a9d3215887a01b5cc5ef972db6fc (patch) | |
| tree | ec98ede32cec4668b793ed201a653f22d9d15998 | |
| parent | 14b3190022dfbe8ab1d2082cf09bd2840d03ed0b (diff) | |
Update README with details on LLMs used and project purpose
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,13 @@ # gt -A simple AI-engineered command-line percentage calculator written in Go. +A simple AI-engineered command-line percentage calculator written in Go. No frontier AI models were used for this project. The ones used were: + +* Qwen 3 Coder Next +* GPT OSS 120b +* Nemotron 3 Super +* My human brain + +This is a toy project created to experience with local LLMs and how good they are at their jobs. ``` ┌────────────────────────────────┐ |
