summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-11 20:30:52 +0300
committerPaul Buetow <paul@buetow.org>2026-04-11 20:30:52 +0300
commitead2412b0f0d23b2cfc3b265a3dae8841f8c84f7 (patch)
tree5e0a189d5bfd287a7ddb9ec52b35125e404fc38f /README.md
parentfa7f85ba33cff4714f49b4c79b1bc8872252f9b9 (diff)
Add Gemma 4 Dense (31B) to README.md models list
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index cae6250..ec25d0e 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
# gt
-A simple AI-engineered command-line percentage calculator written in Go. No frontier AI models from Claude, OpenAI, Google, ec, were used for this project. The ones used were:
+A simple AI-engineered command-line percentage calculator written in Go. No frontier AI models from Claude, OpenAI, Google, etc., were used for this project. The ones used were:
* Qwen 3 Coder Next
* GPT OSS 120b
* Nemotron 3 Super
+* Gemma 4 Dense (31B)
* My human brain
This is a toy project created to experience with local LLMs and how good they are at their jobs.