feat: Add more agents

This commit is contained in:
Petr Mironychev
2026-07-03 09:49:42 +02:00
parent 35bbaa1af0
commit bf3a67a1eb
9 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
schema_version = 1
extends = "LM Studio Completion"
name = "LM Studio Completion — 16 GB (Gemma 4 12B)"
description = "Light tier FIM completion. Gemma 4 12B QAT (Q4_0) — ~10 GB resident, 16 GB. Reasoning disabled via reasoning.effort=none (the only value that fully turns Gemma 4 QAT reasoning off; 'low' still reasons). Fastest; weakest no-op handling of the two tiers. Point the LM Studio (Responses API) provider URL at your host."
model = "google/gemma-4-12b-qat"
tags = ["completion", "lmstudio", "responses", "local", "gemma4", "16gb"]
[body]
reasoning = { effort = "none" }